diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 01:52:51 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 01:52:51 +0000 |
commit | fb21b76a218c245c71be53adb008864a30562f9e (patch) | |
tree | 2c2c014fe57b43641ea93a5770c67566a3e78945 /net/netatalk-devel/Makefile | |
parent | 67223f9f395b660582dd6b948ca2845a8f814728 (diff) | |
download | ports-fb21b76a218c245c71be53adb008864a30562f9e.tar.gz ports-fb21b76a218c245c71be53adb008864a30562f9e.zip |
Notes
Diffstat (limited to 'net/netatalk-devel/Makefile')
-rw-r--r-- | net/netatalk-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 088ca4557355..0ab37207cfee 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netatalk -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3.1 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -24,6 +24,7 @@ LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif +USE_BZIP2= yes CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc \ # --disable-ddp @@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --with-flock-locks # This should hopefully allow aliases to work between restarts of afpd. # This has been tested on MacOS 9.2.x and OS X. CONFIGURE_ARGS+= --with-did=cnid \ - --with-db3=${LOCALBASE} + --with-db3=${LOCALBASE} PLIST_SUB+= NETATALKCNID="" .else # This method of DID calculation is not persistent, but has been tested to |