diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 08:41:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 08:41:52 +0000 |
commit | d834ce47a7324cf5ac95a4864df085b958ef1584 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /graphics/meshviewer | |
parent | adb28aab1619ef2e89d0f59d12577e7e5addbbe4 (diff) |
Notes
Diffstat (limited to 'graphics/meshviewer')
-rw-r--r-- | graphics/meshviewer/Makefile | 2 |
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} \ |