diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /multimedia | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/shell-fm/Makefile | 8 | ||||
-rw-r--r-- | multimedia/vdr-plugin-epgsearch/Makefile | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/shell-fm/Makefile b/multimedia/shell-fm/Makefile index 2805d9430800..50bf1dfd5d9a 100644 --- a/multimedia/shell-fm/Makefile +++ b/multimedia/shell-fm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: shell-fm -# Date created: 15 December 2006 -# Whom: Nikos Ntarmos <ntarmos@ceid.upatras.gr> -# +# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> # $FreeBSD$ -# PORTNAME= shell-fm PORTVERSION= 0.7 @@ -17,8 +13,8 @@ COMMENT= A command-line client for Last.FM LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ mad:${PORTSDIR}/audio/libmad +USES= gmake pkgconfig USE_BZIP2= true -USE_GMAKE= true LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include diff --git a/multimedia/vdr-plugin-epgsearch/Makefile b/multimedia/vdr-plugin-epgsearch/Makefile index 8550aa3d8782..a2cba558ab29 100644 --- a/multimedia/vdr-plugin-epgsearch/Makefile +++ b/multimedia/vdr-plugin-epgsearch/Makefile @@ -15,6 +15,7 @@ COMMENT= Video Disk Recorder - EPG search plugin LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ tre:${PORTSDIR}/textproc/libtre +USES= pkgconfig USE_BZIP2= yes PATCH_STRIP= -p1 PORTDOCS= COPYING README HISTORY |