summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/netatalk-devel/Makefile8
-rw-r--r--net/netatalk/Makefile8
2 files changed, 0 insertions, 16 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile
index 4f337aa82338..9d8a310ba665 100644
--- a/net/netatalk-devel/Makefile
+++ b/net/netatalk-devel/Makefile
@@ -20,9 +20,6 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(WITH_SRVLOC)
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
.endif
-.if !exists(/usr/include/tcpd.h)
-LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
-.endif
USE_BZIP2= yes
CONFIGURE_ARGS+= --with-tcp-wrappers \
@@ -39,11 +36,6 @@ PLIST_SUB+= NETATALKPAM="@comment "
# pickup afpd servers in the network.
CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE}
.endif
-.if defined(WITH_FLOCK_LOCKS)
-# Disable byte locking, and do full file locking. This _may_ help with some
-# Quark Express save issues.
-CONFIGURE_ARGS+= --with-flock-locks
-.endif
.if !defined(WITHOUT_CNID)
# Configure old LAST DID support. By default, the new CNID persistent DID
# calculation scheme is used. However, if you wish to revert back to the old
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 4f337aa82338..9d8a310ba665 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -20,9 +20,6 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(WITH_SRVLOC)
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
.endif
-.if !exists(/usr/include/tcpd.h)
-LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
-.endif
USE_BZIP2= yes
CONFIGURE_ARGS+= --with-tcp-wrappers \
@@ -39,11 +36,6 @@ PLIST_SUB+= NETATALKPAM="@comment "
# pickup afpd servers in the network.
CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE}
.endif
-.if defined(WITH_FLOCK_LOCKS)
-# Disable byte locking, and do full file locking. This _may_ help with some
-# Quark Express save issues.
-CONFIGURE_ARGS+= --with-flock-locks
-.endif
.if !defined(WITHOUT_CNID)
# Configure old LAST DID support. By default, the new CNID persistent DID
# calculation scheme is used. However, if you wish to revert back to the old