diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-06 07:59:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-06 07:59:09 +0000 |
commit | 4f9800667d99407d8cb4c5f3559bf58909996988 (patch) | |
tree | b1ae96041621da5b278f303628796e2cbe87da3d /graphics/makehuman | |
parent | 59aea6d1c93cde93d3e1c404a5f569f3247bafa9 (diff) | |
download | ports-4f9800667d99407d8cb4c5f3559bf58909996988.tar.gz ports-4f9800667d99407d8cb4c5f3559bf58909996988.zip |
Notes
Diffstat (limited to 'graphics/makehuman')
-rw-r--r-- | graphics/makehuman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index 0269fefa002e..1cdc83695e23 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -13,9 +13,8 @@ COMMENT= Application for parametrical modeling of 3D humanoid characters LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \ mhgui:${PORTSDIR}/graphics/mhgui +USES= gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PKGCONFIG= build USE_GL= glut CPPFLAGS+= -I${LOCALBASE}/include |