diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:05:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:05:55 +0000 |
commit | a517c31c117fc10f6a7d523529ee638ba063ac89 (patch) | |
tree | 895659b876a4257305a3414909a3c4b7c8166911 /cad/leocad | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42188
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65297
Diffstat (limited to 'cad/leocad')
-rw-r--r-- | cad/leocad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index ff28d65c0542..7b6fd55fea16 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes USE_X_PREFIX= yes |