diff options
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 |