diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /lang | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lafontaine/Makefile | 3 | ||||
-rw-r--r-- | lang/mdk/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index 204debf9da64..78ee7705e329 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -13,9 +13,8 @@ COMMENT= Graphical logo interpreter WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes USE_CSTD= gnu89 diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 95cf0eaa8473..372e553943f0 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -15,8 +15,7 @@ OPTIONS_DEFINE= GLADE GUILE OPTIONS_DEFAULT=GLADE GUILE USE_GNOME= glib20 intltool -USES= gettext ncurses readline -USE_GMAKE= yes +USES= gettext ncurses readline gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |