Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 08:11:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315011 - head/net/gupnp-ui
Message-ID:  <201303230811.r2N8B8br045744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 23 08:11:07 2013
New Revision: 315011
URL: http://svnweb.freebsd.org/changeset/ports/315011

Log:
  - Use USES=pathfix
  - Cleanup Makefile header

Modified:
  head/net/gupnp-ui/Makefile   (contents, props changed)

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Sat Mar 23 08:10:18 2013	(r315010)
+++ head/net/gupnp-ui/Makefile	Sat Mar 23 08:11:07 2013	(r315011)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303230811.r2N8B8br045744>