diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
commit | 67f0c1ae295da5f9c6346b1ceb657dd2f1faf070 (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /graphics/gsculpt | |
parent | 8a8f767a247d47f6100b5946d98c7aa7267bf6cc (diff) | |
download | freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.tar.gz freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.tar.zst freebsd-ports-gnome-67f0c1ae295da5f9c6346b1ceb657dd2f1faf070.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r-- | graphics/gsculpt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index baac57d9fef0..635333299dc0 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>0:${PORTSDIR}/graphics/py-opengl \ WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} +USES= pkgconfig USE_GNOME= pygtk2 USE_GL= glu USE_XORG= x11 |