aboutsummaryrefslogtreecommitdiff
path: root/graphics/meshviewer
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-09-12 08:41:52 +0000
committerJohn Marino <marino@FreeBSD.org>2013-09-12 08:41:52 +0000
commitd834ce47a7324cf5ac95a4864df085b958ef1584 (patch)
tree31b199459d3b19a782a3899ddf47e20ba006233d /graphics/meshviewer
parentadb28aab1619ef2e89d0f59d12577e7e5addbbe4 (diff)
Notes
Diffstat (limited to 'graphics/meshviewer')
-rw-r--r--graphics/meshviewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile
index 174e00d5b753..3e43c39ccc68 100644
--- a/graphics/meshviewer/Makefile
+++ b/graphics/meshviewer/Makefile
@@ -15,9 +15,9 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/mview-${PORTVERSION}
+USES= gmake pkgconfig
USE_GL= glu
USE_QT4= corelib gui opengl moc_build
-USE_GMAKE= yes
CXXFLAGS+= -I. -Imesh -Imathvector \
`pkg-config --cflags QtOpenGL glu`
LDFLAGS+= ${PTHREAD_LIBS} \