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/ghostscript7 | |
parent | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (diff) | |
download | ports-60c9f2fe538d3ab95bcb87fff0b7d0612a3f236c.tar.gz ports-60c9f2fe538d3ab95bcb87fff0b7d0612a3f236c.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 6f5fd07d556f..1d751dbdf08f 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/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 |