diff options
author | asami <asami@FreeBSD.org> | 1999-02-25 09:57:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-25 09:57:43 +0800 |
commit | 1831689ddb0cbe63559f03139c2b73c1e1a63085 (patch) | |
tree | 5b67102e533b8cdd1fcf1c1f1760b3e5c3bef05e | |
parent | 878774cf8a1e63bf9d999f982125a42fb2ab0ca1 (diff) | |
download | freebsd-ports-gnome-1831689ddb0cbe63559f03139c2b73c1e1a63085.tar.gz freebsd-ports-gnome-1831689ddb0cbe63559f03139c2b73c1e1a63085.tar.zst freebsd-ports-gnome-1831689ddb0cbe63559f03139c2b73c1e1a63085.zip |
It uses the shared library of tcp_wrapper, so change BUILD_DEPENDS
to LIB_DEPENDS.
Reported by: nakai@gct.co.jp
-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 121f578609f2..0438c028266b 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: Makefile,v 1.2 1998/11/29 22:40:15 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/29 23:46:01 asami 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:${PORTSDIR}/security/tcp_wrapper +LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 |