diff options
author | roam <roam@FreeBSD.org> | 2001-06-09 06:15:44 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-09 06:15:44 +0800 |
commit | b1e4d6cb96350d160f3f0e8eb74086220b143e9c (patch) | |
tree | ef2c1962b542fb30d23ce0d73820b8388610c39f /net/netatalk | |
parent | 851556919e948777764a901bd850eb401c735a8d (diff) | |
download | freebsd-ports-gnome-b1e4d6cb96350d160f3f0e8eb74086220b143e9c.tar.gz freebsd-ports-gnome-b1e4d6cb96350d160f3f0e8eb74086220b143e9c.tar.zst freebsd-ports-gnome-b1e4d6cb96350d160f3f0e8eb74086220b143e9c.zip |
Activate the use of DID's to avoid a possible problem with files
removed on the server.
Bump PORTREVISION to reflect an important functionality change.
PR: 27973
Submitted by: maintainer
Details at: bug #421127 in the SourceForge tracking system
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 0efdd954f910..1215201f32fb 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 1.5p6 +PORTREVISION= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netatalk @@ -18,11 +19,11 @@ MAINTAINER= marcus@marcuscom.com LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif -CONFIGURE_ARGS+= --with-tcp-wrappers +CONFIGURE_ARGS+= --with-tcp-wrappers \ + --enable-lastdid # CONFIGURE_ARGS+= --disable-admin-group # CONFIGURE_ARGS+= --disable-ddp # CONFIGURE_ARGS+= --with-shadow -# CONFIGURE_ARGS+= --enable-lastdid .if defined(NETATALK_WITH_PAM) CONFIGURE_ARGS+= --with-pam # broken PLIST_SUB+= NETATALKPAM="" |