svn commit: r326146 - head/multimedia/swfdec-gnome

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 13:01:57 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Koop Mast <kwm at 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


More information about the svn-ports-all mailing list