aboutsummaryrefslogtreecommitdiffstats
path: root/print/psdim
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-10-14 06:34:51 +0800
committeredwin <edwin@FreeBSD.org>2005-10-14 06:34:51 +0800
commitad8677f589e851ca8c9cfc9bc23e84ce8c1588d7 (patch)
tree84a41807df54e83e6ae2167dbde63836e2f7a9ef /print/psdim
parentf94981290623d6d80a73ef50e666eb41735dd522 (diff)
downloadfreebsd-ports-gnome-ad8677f589e851ca8c9cfc9bc23e84ce8c1588d7.tar.gz
freebsd-ports-gnome-ad8677f589e851ca8c9cfc9bc23e84ce8c1588d7.tar.zst
freebsd-ports-gnome-ad8677f589e851ca8c9cfc9bc23e84ce8c1588d7.zip
USE_GHOSTSCRIPT_RUN -> USE_GHOSTSCRIPT
Submitted by: Eric Masson <e-masson@kisoft-services.com>
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>