diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
commit | cc33170943fa61617b8f7e5b3db1b43320de5379 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /www | |
parent | 710bc4835ca10e614f678c9ada13dd8c16981f7a (diff) | |
download | freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.gz freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.zst freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'www')
-rw-r--r-- | www/castget/Makefile | 7 | ||||
-rw-r--r-- | www/varnish-libvmod-header/Makefile | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/www/castget/Makefile b/www/castget/Makefile index b2a86cdc8d8d..976930af3b9d 100644 --- a/www/castget/Makefile +++ b/www/castget/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: castget -# Date created: 16 February 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= castget PORTVERSION= 1.0.1 @@ -18,6 +14,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ curl:${PORTSDIR}/ftp/curl USE_LDCONFIG= yes +USES= pkgconfig USE_GNOME= glib20 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/www/varnish-libvmod-header/Makefile b/www/varnish-libvmod-header/Makefile index 52458c698f31..1cf47762a9c3 100644 --- a/www/varnish-libvmod-header/Makefile +++ b/www/varnish-libvmod-header/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: varnish-libvmod-header -# Date created: 2011-08-23 -# Whom: anders -# +# Created by: anders # $FreeBSD$ -# PORTNAME= libvmod-header DISTVERSION= 0.3-5 @@ -24,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish FETCH_ARGS= -Fpr USE_AUTOTOOLS= aclocal libtool libtoolize autoheader automake autoconf -USE_GMAKE= yes +USES= gmake pkgconfig ACLOCAL_ARGS= -I m4 LIBTOOLFLAGS= --copy --force AUTOMAKE_ARGS= --add-missing --copy --foreign |