svn commit: r325656 - head/audio/libgig

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 30 02:05:39 UTC 2013


Author: bapt
Date: Fri Aug 30 02:05:38 2013
New Revision: 325656
URL: http://svnweb.freebsd.org/changeset/ports/325656

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/libgig/Makefile

Modified: head/audio/libgig/Makefile
==============================================================================
--- head/audio/libgig/Makefile	Fri Aug 30 02:04:52 2013	(r325655)
+++ head/audio/libgig/Makefile	Fri Aug 30 02:05:38 2013	(r325656)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libgig
-# Date created:		2007-01-24
-# Whom:			trasz <trasz at pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz at pin.if.uz.zgora.pl>
 # $FreeBSD$
-#
 
 PORTNAME=	libgig
 PORTVERSION=	3.3.0
@@ -22,8 +18,7 @@ LIB_DEPENDS=	FLAC:${PORTSDIR}/audio/flac
 		uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 USE_BZIP2=	yes
-USES=	pathfix
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes


More information about the svn-ports-head mailing list