diff options
-rw-r--r-- | print/ghostscript-afpl/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 3 | ||||
-rw-r--r-- | print/pdq/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 2f982811007d..56385d3482de 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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 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 diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 2f982811007d..56385d3482de 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/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 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 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 diff --git a/print/pdq/Makefile b/print/pdq/Makefile index 4d4b8ad18441..1f6ef102a91b 100644 --- a/print/pdq/Makefile +++ b/print/pdq/Makefile @@ -13,7 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= yinjieh@csie.nctu.edu.tw -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pdqlibdir=${PREFIX}/etc/pdq |