diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /graphics/kludge3d | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326122
Diffstat (limited to 'graphics/kludge3d')
-rw-r--r-- | graphics/kludge3d/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index f499d8d6f784..6cc8b4d4cf09 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: kludge3d -# Date created: May 7, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= kludge3d PORTVERSION= 20040822 @@ -19,9 +14,9 @@ LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphics/lib3ds \ gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_PYTHON= yes +USES= gmake pkgconfig USE_GL= gl USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lib-GL |