diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:43:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:43:50 +0000 |
commit | b575a1f1cab88b406820324513e18906951c631c (patch) | |
tree | be4196214f5d1d6257f6e85983fc3ad3887d640a /net/mono-zeroconf | |
parent | 617011516a84941df2574f349cedd8c046c7fcfa (diff) | |
download | ports-b575a1f1cab88b406820324513e18906951c631c.tar.gz ports-b575a1f1cab88b406820324513e18906951c631c.zip |
Notes
Diffstat (limited to 'net/mono-zeroconf')
-rw-r--r-- | net/mono-zeroconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mono-zeroconf/Makefile b/net/mono-zeroconf/Makefile index 45058bf878b3..fadf1052a364 100644 --- a/net/mono-zeroconf/Makefile +++ b/net/mono-zeroconf/Makefile @@ -12,13 +12,14 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ ${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:${PORTSDIR}/net/avahi-sharp RUN_DEPENDS:= ${BUILD_DEPENDS} +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig CONFIGURE_ARGS+= --program-transform-name="" \ --disable-mdnsresponder MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" |