diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:11:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:11:23 +0800 |
commit | 5a8b3998e8795f85238d259007190f9419ed6149 (patch) | |
tree | 17f022595add21e608c5d0f7f4d4c7dbee8889be /devel | |
parent | 19b7a117eab7cfb99b0315136bff81e94ef3c84b (diff) | |
download | freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.gz freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.zst freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconfmm/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile index cab49234d341..291d1c88f8b3 100644 --- a/devel/gconfmm/Makefile +++ b/devel/gconfmm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ -# PORTNAME= gconfmm PORTVERSION= 2.0.2 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack lthack gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |