diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-15 01:38:29 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-15 01:38:29 +0000 |
commit | c9bd095f0e869bb2bd48b9d9e4fa11f3950346b5 (patch) | |
tree | 6c8d2adadf2585318e3406aa4f53eb44524a7d09 /print/cups-pstoraster | |
parent | 8b45fb5ff2725af620f263efaeddec20277d2675 (diff) | |
download | ports-c9bd095f0e869bb2bd48b9d9e4fa11f3950346b5.tar.gz ports-c9bd095f0e869bb2bd48b9d9e4fa11f3950346b5.zip |
Notes
Diffstat (limited to 'print/cups-pstoraster')
-rw-r--r-- | print/cups-pstoraster/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 40507100b350..3fa234d32795 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -7,6 +7,7 @@ PORTNAME= cups-pstoraster PORTVERSION= 7.05.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.easysw.com/pub/ghostscript/ @@ -29,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --without-x --without-ijs --without-gimp-print \ --with-drivers=cups --with-gs=espgs \ --with-fontpath=${LOCALBASE}/share/ghostscript/fonts \ - --enable-compiled-inits + --enable-compiled-inits --without-omni USE_REINPLACE= yes |