diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 09:36:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 09:36:48 +0000 |
commit | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (patch) | |
tree | aa8adbb0d08839fd3f770129dc3959a9217f13df /x11-toolkits | |
parent | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (diff) | |
download | ports-b38bbaec1f3a42489de4507d108ceb14d8164ea4.tar.gz ports-b38bbaec1f3a42489de4507d108ceb14d8164ea4.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/mygui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index d2a0fba5f271..57250fe29a12 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois USE_ZIP= yes -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF USE_LDCONFIG= yes USE_GCC= yes |