diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-03-28 08:30:10 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-03-28 08:30:10 +0000 |
commit | bd5621644ec0c295614d48fea0c5ffea9f8621ab (patch) | |
tree | 16932a898119b441960c4f5e24bf1db3de9086af /textproc/pdftohtml | |
parent | ecf95f755ed55448d4b62fa79567ee77d55c0baa (diff) |
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/Makefile | 9 |
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 |