diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
commit | 0178653192192afa707f483c4b0f9111af5eeee1 (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/mono-zeroconf | |
parent | 7ae19c3ad41d026409c8678165acb0a915c67d34 (diff) |
Notes
Diffstat (limited to 'net/mono-zeroconf')
-rw-r--r-- | net/mono-zeroconf/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/mono-zeroconf/Makefile b/net/mono-zeroconf/Makefile index 32a775cf4920..3f19da7e3ab7 100644 --- a/net/mono-zeroconf/Makefile +++ b/net/mono-zeroconf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mono-zeroconf -# Date created: Aug 27 2008 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# +# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mono-zeroconf PORTVERSION= 0.9.0 @@ -18,8 +14,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig CONFIGURE_ARGS+= --program-transform-name="" \ --disable-mdnsresponder MAKE_JOBS_UNSAFE= yes |