diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /graphics/sharpconstruct | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) |
Notes
Diffstat (limited to 'graphics/sharpconstruct')
-rw-r--r-- | graphics/sharpconstruct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index b6822a61b1b2..2f2a3d7c90cb 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -13,9 +13,9 @@ COMMENT= 3D modeller for organic shapes LIB_DEPENDS= gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4:${PORTSDIR}/devel/libglademm24 +USES= gmake pkgconfig USE_BZIP2= yes USE_GL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 |