Date: Fri, 30 Aug 2013 02:05:38 +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: r325656 - head/audio/libgig Message-ID: <201308300205.r7U25cde065014@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308300205.r7U25cde065014>