diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | 5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch) | |
tree | 5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/gsculpt/Makefile | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/gsculpt/Makefile')
-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 7c7b4ab63f0f..066d59a841e9 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes post-patch: |