diff options
-rw-r--r-- | print/psdim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 01ba9055bfed..8ed5ede5a364 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -7,6 +7,7 @@ PORTNAME= psdim PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/ @@ -17,11 +18,11 @@ COMMENT= Utility that calculates the optimal placement of the pages for n-up pri # define WITH_GHOSTSCRIPT_AFPL=yes for AFPL Postscript interpreter # instead of GNU one # -USE_GHOSTSCRIPT_RUN= yes +USE_GHOSTSCRIPT=yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -MAN1= psdim.1 +MAN1= psdim.1 .include <bsd.port.mk> |