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/ghostscript8/Makefile | |
parent | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (diff) |
Notes
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r-- | print/ghostscript8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 2f982811007d..56385d3482de 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -92,7 +92,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 |