diff options
Diffstat (limited to 'graphics/makehuman/Makefile')
-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 |