diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 17:20:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 17:20:58 +0800 |
commit | bad1f7c19cbc23a6de933c50ee249d26aa4047f2 (patch) | |
tree | ea97f25ecdbdc5b6dd5f77c99b0370c15f977de8 /net/tapidbus | |
parent | 35bad18406895704fc5578fb1c3f538dda6a13db (diff) | |
download | freebsd-ports-gnome-bad1f7c19cbc23a6de933c50ee249d26aa4047f2.tar.gz freebsd-ports-gnome-bad1f7c19cbc23a6de933c50ee249d26aa4047f2.tar.zst freebsd-ports-gnome-bad1f7c19cbc23a6de933c50ee249d26aa4047f2.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'net/tapidbus')
-rw-r--r-- | net/tapidbus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile index 1910550988bd..53985aab7d49 100644 --- a/net/tapidbus/Makefile +++ b/net/tapidbus/Makefile @@ -14,14 +14,12 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= glib20 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure |