diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-06-10 20:44:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-06-10 20:44:29 +0000 |
commit | edba20b53ce5357877b030ba2e939b8c41bef9ab (patch) | |
tree | 56013d503b899bf4f7cc45d20eef108b7611474f /net/avahi | |
parent | dd1a14d482aba0cc0e24b16a55df2efb6d57ceae (diff) | |
download | ports-edba20b53ce5357877b030ba2e939b8c41bef9ab.tar.gz ports-edba20b53ce5357877b030ba2e939b8c41bef9ab.zip |
Add a PKGNAMESUFFIX when libdns support is enabled so that a CONFLICTS can
be registered in mDNSResponder.
Notes
Notes:
svn path=/head/; revision=165051
Diffstat (limited to 'net/avahi')
-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 " |