diff options
author | bms <bms@FreeBSD.org> | 2007-01-25 21:41:04 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2007-01-25 21:41:04 +0800 |
commit | f948890bd0aad42ffb088f7027ac267ea603264c (patch) | |
tree | 513daa0be49e56b5eb8ff389f8460c922d69aa2f /dns | |
parent | fb8a8002b3a01734a98dc00e61fdd0c6e5da5224 (diff) | |
download | freebsd-ports-graphics-f948890bd0aad42ffb088f7027ac267ea603264c.tar.gz freebsd-ports-graphics-f948890bd0aad42ffb088f7027ac267ea603264c.tar.zst freebsd-ports-graphics-f948890bd0aad42ffb088f7027ac267ea603264c.zip |
Add USE_GMAKE.
Submitted by: pav
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nss_mdns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index 8c3a1efbcb7..3c989005eb2 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -15,6 +15,7 @@ MAINTAINER= bms@FreeBSD.org COMMENT= NSS module implementing multicast DNS name resolution USE_AUTOTOOLS= autoconf:259 automake:19 libtool:15 +USE_GMAKE= yes USE_LDCONFIG= yes LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi |