Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 13:01:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326146 - head/multimedia/swfdec-gnome
Message-ID:  <201309031301.r83D1vxi022245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 13:01:56 2013
New Revision: 326146
URL: http://svnweb.freebsd.org/changeset/ports/326146

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/multimedia/swfdec-gnome/Makefile

Modified: head/multimedia/swfdec-gnome/Makefile
==============================================================================
--- head/multimedia/swfdec-gnome/Makefile	Tue Sep  3 12:56:24 2013	(r326145)
+++ head/multimedia/swfdec-gnome/Makefile	Tue Sep  3 13:01:56 2013	(r326146)
@@ -1,10 +1,6 @@
-# Ports collection makefile for:	swfdec-gnome
-# Date created:				2008 01 10
-# Whom:					Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.29 2010/09/29 14:04:43 kwm Exp $
-#
 
 PORTNAME=	swfdec-gnome
 PORTVERSION=	2.30.1
@@ -21,8 +17,7 @@ LIB_DEPENDS=	swfdec-0.8:${PORTSDIR}/grap
 USE_GNOME=	gnomehack gnomeprefix gtk20 intlhack gconf2
 USE_BZIP2=	yes
 INSTALLS_ICONS=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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