diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-15 09:48:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-15 09:48:12 +0000 |
commit | 7391bca721544f73bf062d573aa2efe9482521f8 (patch) | |
tree | 7e674fc357e19f048e4f216ebb043a5df9f2be0a /print/ghostscript8 | |
parent | 418f2c99a3122018e5721f247dc147685640a1b7 (diff) | |
download | ports-7391bca721544f73bf062d573aa2efe9482521f8.tar.gz ports-7391bca721544f73bf062d573aa2efe9482521f8.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-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 \ |