diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /graphics/truevision | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics/truevision')
-rw-r--r-- | graphics/truevision/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 8237c8eedb94..0b816f325894 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -16,11 +16,10 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= truevision.1 |