diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-06 02:57:01 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-06 02:57:01 +0000 |
commit | 5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9 (patch) | |
tree | 8d9a470412487c2000846f26d58adfda1712fccb /www/gn | |
parent | defead91670276af46befc70ef7a788359b2aa42 (diff) | |
download | FreeBSD-ports-5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9.zip FreeBSD-ports-5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9.tar.gz |
Update to use new DEPENDS syntax.
Diffstat (limited to 'www/gn')
-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 0ec709a..cebdcd8b 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,14 +3,14 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.1.1.1 1994/09/23 20:25:10 adam Exp $ +# $Id: Makefile,v 1.2 1994/09/25 19:11:34 adam Exp $ # DISTNAME= gn-2.13 MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ INETD_CONF= /etc/inetd.conf CONF= ' stream tcp nowait nobody /usr/local/etc/gn gn' -DEPENDS= net/wais +DEPENDS= ${PORTSDIR}/net/wais pre-build: @ln -s ../../../../wais/work/freeWAIS-0.3/ir work/${DISTNAME}/waisgn |