aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-03-28 08:30:10 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-03-28 08:30:10 +0000
commitbd5621644ec0c295614d48fea0c5ffea9f8621ab (patch)
tree16932a898119b441960c4f5e24bf1db3de9086af /textproc/pdftohtml
parentecf95f755ed55448d4b62fa79567ee77d55c0baa (diff)
downloadports-bd5621644ec0c295614d48fea0c5ffea9f8621ab.tar.gz
ports-bd5621644ec0c295614d48fea0c5ffea9f8621ab.zip
Use USE_GHOSTSCRIPT_RUN to simplify Makefile
PR: 110945 Submitted by: rafan
Notes
Notes: svn path=/head/; revision=188641
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r--textproc/pdftohtml/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile
index 1e2f10933c15..fbd5f06c2461 100644
--- a/textproc/pdftohtml/Makefile
+++ b/textproc/pdftohtml/Makefile
@@ -15,14 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= erwin@FreeBSD.org
COMMENT= A command-line tool for converting pdf-files into html
-.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
-GSPORT?= print/ghostscript-afpl
-.else
-GSPORT?= print/ghostscript-gnu
-.endif
-
-RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT}
-
+USE_GHOSTSCRIPT_RUN= yes
USE_GMAKE= yes
USE_MOTIF= yes