diff options
author | marcus <marcus@FreeBSD.org> | 2016-09-04 05:01:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2016-09-04 05:01:55 +0800 |
commit | a1c686a0acf641ab2cb780dd0d7f0788511ea571 (patch) | |
tree | 55db128592ff9dcccfacba703f544f010abfe1b0 | |
parent | 28116dbaf1c10156ac78b2595bd47940be4a740e (diff) | |
download | freebsd-ports-gnome-a1c686a0acf641ab2cb780dd0d7f0788511ea571.tar.gz freebsd-ports-gnome-a1c686a0acf641ab2cb780dd0d7f0788511ea571.tar.zst freebsd-ports-gnome-a1c686a0acf641ab2cb780dd0d7f0788511ea571.zip |
Make TIMELORD dependent on AppleTalk.
PR: 212056
-rw-r--r-- | net/netatalk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 9934b3909b8f..883e03b60cd4 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -26,9 +26,8 @@ CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-uams-path=${PREFIX}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} -OPTIONS_DEFINE= SRVLOC PAM TIMELORD KRB5 ZEROCONF LDAP SENDFILE +OPTIONS_DEFINE= SRVLOC PAM KRB5 ZEROCONF LDAP SENDFILE SRVLOC_DESC= Service Location Protocol support -TIMELORD_DESC= Timelord network time service KRB5_DESC= Kerberos V UAM ZEROCONF_DESC= Zeroconf (Bonjour) support SENDFILE_DESC= sendfile support @@ -41,9 +40,10 @@ LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-1* yudit-[0-9]* .if exists(/usr/include/netatalk/ddp.h) -OPTIONS_DEFINE+=APPLETALK +OPTIONS_DEFINE+=APPLETALK TIMELORD OPTIONS_DEFAULT=APPLETALK APPLETALK_DESC= AppleTalk protocol support +TIMELORD_DESC= Timelord network time service .endif .include <bsd.port.options.mk> |