From owner-svn-ports-head@FreeBSD.ORG Sat Mar 23 08:11:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8CC98253; Sat, 23 Mar 2013 08:11:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF0BA3F; Sat, 23 Mar 2013 08:11:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2N8B8Mi045745; Sat, 23 Mar 2013 08:11:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2N8B8br045744; Sat, 23 Mar 2013 08:11:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303230811.r2N8B8br045744@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Mar 2013 08:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315011 - head/net/gupnp-ui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 08:11:08 -0000 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 -# +# Created by: Martin Wilke # $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