diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 18:41:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 18:41:02 +0800 |
commit | f9b43248d2d2d523d059326f3bc81e548d66e6c0 (patch) | |
tree | 9c4224c42120f1ad821268fd08386ae7514d673c /games | |
parent | 04b41a79212e2c62f691ccbac4ac42b4fb3ea4e8 (diff) | |
download | freebsd-ports-gnome-f9b43248d2d2d523d059326f3bc81e548d66e6c0.tar.gz freebsd-ports-gnome-f9b43248d2d2d523d059326f3bc81e548d66e6c0.tar.zst freebsd-ports-gnome-f9b43248d2d2d523d059326f3bc81e548d66e6c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/secretmaryochronicles/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index 41abd7339fab..e4c088a03f91 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= CEGUIBase-0.7.9:${PORTSDIR}/graphics/cegui \ USE_BZIP2= yes USE_AUTOTOOLS= aclocal:env autoheader:env autoconf:env automake:env GNU_CONFIGURE= yes -USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu -USES= gettext +USES= gettext gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -DBOOST_FILESYSTEM_VERSION=3 |