aboutsummaryrefslogtreecommitdiff
path: root/net/sharity-light
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 00:26:49 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 00:26:49 +0000
commitde0bede7b007c15e90ff5b32e2b205311305e22d (patch)
treefb3c390ce07ffc44803241ed5d982cdf647c860d /net/sharity-light
parentc1f674f5c54a430292a4365444ffbbe62e41596f (diff)
downloadports-de0bede7b007c15e90ff5b32e2b205311305e22d.tar.gz
ports-de0bede7b007c15e90ff5b32e2b205311305e22d.zip
Mark BROKEN for current:
cc -O -pipe -c unshlight.c unshlight.c: In function `main': unshlight.c:53: `MOUNT_NFS' undeclared (first use this function) unshlight.c:53: (Each undeclared identifier is reported only once unshlight.c:53: for each function it appears in.) *** Error code 1
Notes
Notes: svn path=/head/; revision=13976
Diffstat (limited to 'net/sharity-light')
-rw-r--r--net/sharity-light/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile
index 9b32f1020529..3bc547ca39b5 100644
--- a/net/sharity-light/Makefile
+++ b/net/sharity-light/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 June 1997
# Whom: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
#
-# $Id: Makefile,v 1.5 1998/07/06 19:32:04 dt Exp $
+# $Id: Makefile,v 1.6 1998/07/07 19:17:15 dt Exp $
#
DISTNAME= Sharity-Light.1.0.s
@@ -15,6 +15,11 @@ MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \
MAINTAINER= dt@FreeBSD.ORG
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= MOUNT_NFS undeclared
+.endif
+
MAN8= smbmount.8
post-extract: