aboutsummaryrefslogtreecommitdiff
path: root/print/psdim
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-13 22:34:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-13 22:34:51 +0000
commitacdb4334cc1e583cf0cc9f26ceb3968389ad7ec7 (patch)
treea20be2c0133247446123691753407e0229807f7d /print/psdim
parent1346d6274f247cabe174b8542ef7b43942bc1021 (diff)
downloadports-acdb4334cc1e583cf0cc9f26ceb3968389ad7ec7.tar.gz
ports-acdb4334cc1e583cf0cc9f26ceb3968389ad7ec7.zip
USE_GHOSTSCRIPT_RUN -> USE_GHOSTSCRIPT
Submitted by: Eric Masson <e-masson@kisoft-services.com>
Notes
Notes: svn path=/head/; revision=145317
Diffstat (limited to 'print/psdim')
-rw-r--r--print/psdim/Makefile5
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>