diff options
author | hrs <hrs@FreeBSD.org> | 2008-10-05 11:15:51 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-10-05 11:15:51 +0800 |
commit | f46e09e9a18650d348f084751efd14bef6799cf9 (patch) | |
tree | c242fd7a66a5fada2abf85c1676a7241d618a5b6 /print | |
parent | 673e5903a5eb4f93b2383b63d1740675649f1143 (diff) | |
download | freebsd-ports-gnome-f46e09e9a18650d348f084751efd14bef6799cf9.tar.gz freebsd-ports-gnome-f46e09e9a18650d348f084751efd14bef6799cf9.tar.zst freebsd-ports-gnome-f46e09e9a18650d348f084751efd14bef6799cf9.zip |
Fix WITH_SHLIB=yes case.
Submitted by: Ulrich Spoerlein
PR: ports/127278
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index ce4aa9992a74..5cae5b0edcd0 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -34,6 +34,7 @@ CONFLICTS= gambc-* ghostscript8-* USE_BZIP2= yes USE_GMAKE= yes +WANT_GNOME= yes GNU_CONFIGURE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ |