diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:03:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:03:49 +0000 |
commit | 60c9f2fe538d3ab95bcb87fff0b7d0612a3f236c (patch) | |
tree | f1b8e523f25a252cbb1ee8abfa94ca1e2de2782c /print/ghostscript-gnu | |
parent | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (diff) | |
download | ports-60c9f2fe538d3ab95bcb87fff0b7d0612a3f236c.tar.gz ports-60c9f2fe538d3ab95bcb87fff0b7d0612a3f236c.zip |
Deploy USE_GNOMENG infrastructure
PR: 42302
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65457
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 6f5fd07d556f..1d751dbdf08f 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -89,7 +89,8 @@ MAKE_ENV+= WITHOUT_X11="${WITHOUT_X11}" .if defined(WITH_SHLIB) .undef WITHOUT_X11 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall |