diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-01 12:46:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-01 12:46:50 +0000 |
commit | 2ccf2777a58c965ae31ad6332232333400aa1931 (patch) | |
tree | f19f8734f3f045fa1c2cc8082e7142abf6e0629e /net/gupnp-ui | |
parent | efcf492c7eab619b0c95a1a87a3fde1b6a7e412d (diff) | |
download | freebsd-ports-2ccf2777a58c965ae31ad6332232333400aa1931.zip |
Use USES=gnome
Diffstat (limited to 'net/gupnp-ui')
-rw-r--r-- | net/gupnp-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index f97232ec8119..07fb8c15ec57 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= gtk20 USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig python +USES= gnome libtool pathfix pkgconfig python post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in |