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 /chinese | |
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 'chinese')
-rw-r--r-- | chinese/pcmanx/Makefile | 3 | ||||
-rw-r--r-- | chinese/reciteword/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 1f260b65ac3f..6a4ee537d998 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 USE_XZ= yes USE_GNOME= gtk20 intlhack -USE_GMAKE= yes -USES= iconv +USES= iconv gmake pkgconfig GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY diff --git a/chinese/reciteword/Makefile b/chinese/reciteword/Makefile index a603d90e58d5..45b49ad9fa02 100644 --- a/chinese/reciteword/Makefile +++ b/chinese/reciteword/Makefile @@ -17,9 +17,8 @@ COMMENT= Education software to help people to study English GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 esound -USE_GMAKE= yes CPPFLAGS+= "-I${LOCALBASE}/include" PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO readme.txt |