diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-25 01:57:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-25 01:57:43 +0000 |
commit | c0e0a9c1f8223ba04d092ab5bd2a2d226cf4aaa8 (patch) | |
tree | d59a2b7698c2623baaff31e403ce5a1715cf4504 | |
parent | Remove runaway backslash. (diff) |
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 |