diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 04:00:27 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 04:00:27 +0000 |
commit | 43a6da085062d8bc336d30c906449fe618bfb024 (patch) | |
tree | 547522c84116ccd0001bea15040470a46f861f03 /x11-fonts | |
parent | c3a4f768951c250d6b015471dbc5bdb20b36d8ed (diff) | |
download | FreeBSD-ports-43a6da085062d8bc336d30c906449fe618bfb024.zip FreeBSD-ports-43a6da085062d8bc336d30c906449fe618bfb024.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42310
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gfe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/gfe/Makefile b/x11-fonts/gfe/Makefile index a830d3d..c68f639 100644 --- a/x11-fonts/gfe/Makefile +++ b/x11-fonts/gfe/Makefile @@ -18,7 +18,8 @@ BROKEN= "The source tarball no longer resides on alpha.gnu.org and\ http://subversions.gnu.org/cgi-bin/cvsweb/gfe/" GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= yes NO_MAN= |