diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /graphics/gsculpt | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r-- | graphics/gsculpt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 74f42affb51b..4563258efddd 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.46.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= gSculpt-${PORTVERSION}-alpha-src @@ -23,7 +24,7 @@ WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION}-alpha USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} USE_PYTHON= 2.4+ -USE_XLIB= yes +USE_XORG= x11 USE_GL= yes USE_GNOME= pygtk2 USE_LDCONFIG= ${PREFIX}/lib/gSculpt |