diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 22:30:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 22:30:42 +0800 |
commit | 7a90864b218c8d90a992974ffb670ada999b99a5 (patch) | |
tree | 5cc091f165440702c8cb9202fa67a718a3b91ef0 /deskutils | |
parent | 8e14f0d0284481bb918484a01042ffcc1fbe5047 (diff) | |
download | freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.tar.gz freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.tar.zst freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/global-menu/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnote/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile index 8e56f8f99e51..f4183916f14a 100644 --- a/deskutils/global-menu/Makefile +++ b/deskutils/global-menu/Makefile @@ -17,7 +17,7 @@ USE_GNOME= gnomepanel gnomedesktop USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool automake:env autoheader:env INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 16cf463cfb6f..87326c0114e7 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -19,11 +19,10 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ boost_filesystem:${PORTSDIR}/devel/boost-libs \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_GMAKE= yes USE_XZ= yes USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \ ltverhack gnomepanel -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes GCONF_SCHEMAS= gnote.schemas USE_AUTOTOOLS= libtool |