summaryrefslogtreecommitdiff
path: root/net/gupnp-ui/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-26 11:34:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-26 11:34:29 +0000
commit6630bb3cbef9874811ec7dc3e8ac4eb8e13da9df (patch)
tree2fb5429057b68a4e9e64f2efd9730c5ba44f36d8 /net/gupnp-ui/Makefile
parent- Update to 0.14.8 (diff)
- Use USES=libtool
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=355299
Diffstat (limited to 'net/gupnp-ui/Makefile')
-rw-r--r--net/gupnp-ui/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile
index 86f6cd548a34..9c504233eadd 100644
--- a/net/gupnp-ui/Makefile
+++ b/net/gupnp-ui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gupnp-ui
PORTVERSION= 0.1.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= GNOME
@@ -22,6 +22,9 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_PYTHON= yes
-USES= pathfix pkgconfig
+USES= libtool pathfix pkgconfig
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>