diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /x11 | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326133
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 9 | ||||
-rw-r--r-- | x11/yelp/Makefile | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 37756a95d5ed..d5ccafed2fb5 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11/gnome-panel/Makefile,v 1.237 2012/10/25 09:21:00 kwm Exp $ -# PORTNAME= gnome-panel PORTVERSION= 2.32.1 @@ -31,10 +27,9 @@ USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libwnck gnomemenus \ gnomedocutils ltverhack referencehack librsvg2 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-network-manager LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 1188379b5d3f..eaded353e478 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -20,10 +20,9 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ CONFLICTS= yelp-3.[0-9]* -USES= desktop-file-utils gettext +USES= desktop-file-utils gettext gmake pkgconfig USE_BZIP2= yes USE_XORG= ice -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes |