diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 03:58:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 03:58:24 +0000 |
commit | c4e8cae58913c9a76653cc3c05d0eaa42f0bfa69 (patch) | |
tree | f0de4e967046537964f40eeff799b8c8f4295051 /x11-toolkits/wxgtk24 | |
parent | ae6c2e101ccafae70bc9f74d72688f36965fc81a (diff) | |
download | ports-c4e8cae58913c9a76653cc3c05d0eaa42f0bfa69.tar.gz ports-c4e8cae58913c9a76653cc3c05d0eaa42f0bfa69.zip |
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65472
Diffstat (limited to 'x11-toolkits/wxgtk24')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 10871d56721e..06ad2ef54e74 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_X_PREFIX= yes USE_MESA= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-libpng=sys \ |