diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-23 16:11:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-23 16:11:07 +0800 |
commit | 993088415ea29b1008cda01ea94f0546332bbb4b (patch) | |
tree | f153bc14948e9b3ffd330321a42396714d0fdb50 /net | |
parent | ed66955800a67156b2271a47e5163f0b2044f986 (diff) | |
download | freebsd-ports-gnome-993088415ea29b1008cda01ea94f0546332bbb4b.tar.gz freebsd-ports-gnome-993088415ea29b1008cda01ea94f0546332bbb4b.tar.zst freebsd-ports-gnome-993088415ea29b1008cda01ea94f0546332bbb4b.zip |
- Use USES=pathfix
- Cleanup Makefile header
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-ui/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 4bc17738f6f2..93ccf50ef4c4 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gupnp-ui -# Date created: 2009-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gupnp-ui PORTVERSION= 0.1.1 @@ -19,11 +15,12 @@ LICENSE= LGPL20 BUILD_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp \ soup-2.4:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USE_GNOME= gnomehack gtk20 +USE_GNOME= gtk20 USE_LDCONFIG= yes USE_PYTHON= yes +USES= pathfix .include <bsd.port.mk> |