diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-07-20 01:09:14 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-07-20 01:09:14 +0000 |
commit | 0d1e6500f0519ef1416da904fd48ffa0ef202d49 (patch) | |
tree | 6aa933960b3a821940a2acd3990bba20975240e6 /print/ghostscript9 | |
parent | 36ee862d0d7b4129135a665795c2c586c7865a9c (diff) | |
download | ports-0d1e6500f0519ef1416da904fd48ffa0ef202d49.tar.gz ports-0d1e6500f0519ef1416da904fd48ffa0ef202d49.zip |
Notes
Diffstat (limited to 'print/ghostscript9')
-rw-r--r-- | print/ghostscript9/files/Makefile.drivers_post | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post index de2a6737be06..2513051a847f 100644 --- a/print/ghostscript9/files/Makefile.drivers_post +++ b/print/ghostscript9/files/Makefile.drivers_post @@ -120,7 +120,7 @@ CONFIGURE_ARGS+=--with-x \ --x-libraries=${X11BASE}/lib CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]* .if defined(WITH_GTK) -USE_GNOME= atk gdkpixbuf glib20 gtk20 +USE_GNOME= atk gdkpixbuf2 glib20 gtk20 CONFIGURE_ARGS+=--enable-gtk .else CONFIGURE_ARGS+=--disable-gtk |