diff options
author | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /www/gn/Makefile | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.zst freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Diffstat (limited to 'www/gn/Makefile')
-rw-r--r-- | www/gn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gn/Makefile b/www/gn/Makefile index 7d4a45360141..a27beda605f9 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.16 1996/11/13 11:49:04 adam Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:40:56 asami Exp $ # DISTNAME= gn-2.24 @@ -15,7 +15,7 @@ MAINTAINER= adam@veda.is BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais IS_INTERACTIVE= yes -NO_PACKAGE= # compiled in hostnames +NO_PACKAGE= "Compiled in hostnames." WAISDIR= ${PORTSDIR}/net/wais/work/freeWAIS-0.5 INETD_CONF= /etc/inetd.conf |