diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
commit | 2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /x11 | |
parent | fd2be90f232fbeb12a1b52708651be2b185a4b47 (diff) | |
download | freebsd-ports-gnome-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.tar.gz freebsd-ports-gnome-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.tar.zst freebsd-ports-gnome-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomekbd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index b7a363b374e4..03ae0f0f38c9 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomekbd -# Date created: 2006-11-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11/libgnomekbd/Makefile,v 1.48 2010/09/28 08:01:11 kwm Exp $ -# PORTNAME= libgnomekbd PORTVERSION= 2.32.0 @@ -22,7 +18,7 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USES= gettext +USES= gettext pkgconfig USE_LDCONFIG= yes USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include |