diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
commit | bd09b5ac0cdf727f665afed83debf6a622a1e25c (patch) | |
tree | 84dfbaedbd90f1a47b3ff0401151aaeea972adfb /devel/mico | |
parent | 279554ac5231ccabde4823d442a60b61be0c81ca (diff) | |
download | ports-bd09b5ac0cdf727f665afed83debf6a622a1e25c.tar.gz ports-bd09b5ac0cdf727f665afed83debf6a622a1e25c.zip |
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65304
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 6ee1bf3cf6e9..186c19b44cad 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -34,7 +34,8 @@ BROKEN= "Needs someone to test with Qt2 support as Qt1 is gone." INSTALLS_SHLIB= yes USE_NEWGCC= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_AUTOCONF= yes CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl --disable-mini-stl \ --enable-static --enable-shared |