diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 22:40:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 22:40:15 +0000 |
commit | 557166f7a6517dddcf27947f4d1a794734af0231 (patch) | |
tree | cd6e10b58c67cb0be498399713df98c87020612a /net | |
parent | 87e147b709d50c3ebbdb33e5d1bd85316003c525 (diff) | |
download | FreeBSD-ports-557166f7a6517dddcf27947f4d1a794734af0231.zip FreeBSD-ports-557166f7a6517dddcf27947f4d1a794734af0231.tar.gz |
You need ${PORTSDIR} in front of of dependencies....
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-asun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile index b257456..672fcb9 100644 --- a/net/netatalk-asun/Makefile +++ b/net/netatalk-asun/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Sep 1998 # Whom: stb@freebsd.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/24 10:24:26 stb Exp $ # DISTNAME= netatalk-1.4b2+asun2.1.0 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ MAINTAINER= stb@freebsd.org -BUILD_DEPENDS= ${PREFIX}/lib/libwrap.a:security/tcp_wrappers +BUILD_DEPENDS= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrappers MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 |