diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
commit | 77aed62c7dd85849d79f39424870b45a07e0a078 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /x11-toolkits/gdl | |
parent | b9263cf5564cb13b179ae8f713dc9cc80c26739c (diff) | |
download | freebsd-ports-gnome-77aed62c7dd85849d79f39424870b45a07e0a078.tar.gz freebsd-ports-gnome-77aed62c7dd85849d79f39424870b45a07e0a078.tar.zst freebsd-ports-gnome-77aed62c7dd85849d79f39424870b45a07e0a078.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits/gdl')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index cc6255a0e654..e2b20ebadcf9 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gdl -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/gdl/Makefile,v 1.40 2010/09/29 08:07:46 kwm Exp $ -# PORTNAME= gdl PORTVERSION= 2.30.1 @@ -16,9 +12,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Components intended to be shared between GNOME development tools USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |