diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 03:22:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 03:22:00 +0800 |
commit | 865970b5c7031ca653df8261d2723caa044ddc75 (patch) | |
tree | d32c69d28da26eec755b18b4374c004d37d621ce /devel | |
parent | 93167f2f6faeb82993113c2a4dee62ffb94c02d8 (diff) | |
download | freebsd-ports-gnome-865970b5c7031ca653df8261d2723caa044ddc75.tar.gz freebsd-ports-gnome-865970b5c7031ca653df8261d2723caa044ddc75.tar.zst freebsd-ports-gnome-865970b5c7031ca653df8261d2723caa044ddc75.zip |
Support stage
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus-sharp-glib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/dbus-sharp-glib/Makefile b/devel/dbus-sharp-glib/Makefile index 33a0a4a45c79..ca96c9f4df3b 100644 --- a/devel/dbus-sharp-glib/Makefile +++ b/devel/dbus-sharp-glib/Makefile @@ -11,9 +11,7 @@ COMMENT= D-Bus for .NET: GLib integration module BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes -NO_STAGE= yes .include <bsd.port.mk> |