diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 10:05:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 10:05:38 +0800 |
commit | e1c1bea31c91b3f94b6f558800a16f5729d9e697 (patch) | |
tree | e3f15b812c0d9feb4761ac2625c77dcbaeaaf565 /audio/libgig | |
parent | 48658b66a8c596e479503394a4040217314b47f3 (diff) | |
download | freebsd-ports-gnome-e1c1bea31c91b3f94b6f558800a16f5729d9e697.tar.gz freebsd-ports-gnome-e1c1bea31c91b3f94b6f558800a16f5729d9e697.tar.zst freebsd-ports-gnome-e1c1bea31c91b3f94b6f558800a16f5729d9e697.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/libgig')
-rw-r--r-- | audio/libgig/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/libgig/Makefile b/audio/libgig/Makefile index 76a402ccb21f..9f7a58eefc4e 100644 --- a/audio/libgig/Makefile +++ b/audio/libgig/Makefile @@ -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 |