diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 22:34:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 22:34:51 +0000 |
commit | acdb4334cc1e583cf0cc9f26ceb3968389ad7ec7 (patch) | |
tree | a20be2c0133247446123691753407e0229807f7d /print/psdim | |
parent | 1346d6274f247cabe174b8542ef7b43942bc1021 (diff) | |
download | ports-acdb4334cc1e583cf0cc9f26ceb3968389ad7ec7.tar.gz ports-acdb4334cc1e583cf0cc9f26ceb3968389ad7ec7.zip |
Notes
Diffstat (limited to 'print/psdim')
-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> |