diff options
author | marcus <marcus@FreeBSD.org> | 2006-06-11 04:44:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-06-11 04:44:29 +0800 |
commit | 16fb8be85c160392afbf75b431b763e7d196450d (patch) | |
tree | 0f61e83a091ed1c246526f63422126dc3b9820c5 /net | |
parent | 521683e00db2f3b70bff4197709f0022ab27d1ab (diff) | |
download | freebsd-ports-gnome-16fb8be85c160392afbf75b431b763e7d196450d.tar.gz freebsd-ports-gnome-16fb8be85c160392afbf75b431b763e7d196450d.tar.zst freebsd-ports-gnome-16fb8be85c160392afbf75b431b763e7d196450d.zip |
Add a PKGNAMESUFFIX when libdns support is enabled so that a CONFLICTS can
be registered in mDNSResponder.
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 3e6018853ff5..d516a8add835 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -63,6 +63,7 @@ IGNORE= does not work on FreeBSD 4.X CONFIGURE_ARGS+=--enable-compat-libdns_sd PLIST_SUB+= LIBDNS="" CONFLICTS+= mDNSResponder-[0-9]* +PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+libdns .else CONFIGURE_ARGS+=--disable-compat-libdns_sd PLIST_SUB+= LIBDNS="@comment " |