diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
commit | 1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /graphics/meshviewer | |
parent | b8779b1ae14ef1f0169102dc4f6aad17b691035b (diff) | |
download | freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.gz freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.zst freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.zip |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
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} \ |