diff options
author | gahr <gahr@FreeBSD.org> | 2009-05-15 17:48:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-05-15 17:48:12 +0800 |
commit | 04bbb1b761b097b24b6ba54ab133fd972ae151c2 (patch) | |
tree | 733eae69f5eec8cc20074f4d10d96e75c2742084 /print | |
parent | 39c7cfd5a7fbcad72fe7042309f910b6ba3fd255 (diff) | |
download | freebsd-ports-gnome-04bbb1b761b097b24b6ba54ab133fd972ae151c2.tar.gz freebsd-ports-gnome-04bbb1b761b097b24b6ba54ab133fd972ae151c2.tar.zst freebsd-ports-gnome-04bbb1b761b097b24b6ba54ab133fd972ae151c2.zip |
- Fix build by disabling CUPS support (cyclic dependency)
PR: 134533
Reported by: dan <dseven@rocketmail.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index e82a193fa015..0fbe2082174c 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ENV= ${MAKE_ENV} \ CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/jasper/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-compile-inits \ + --disable-cups \ --enable-contrib \ --enable-dynamic \ --with-ijs \ |