diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /x11 | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
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 |