diff options
author | tg <tg@FreeBSD.org> | 2000-03-09 18:09:09 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-03-09 18:09:09 +0800 |
commit | e25dffb600a2a35e8716b25ff9f5840adf141110 (patch) | |
tree | d70c2a3fdd0861093a325f0153c05fcb44899e10 /graphics | |
parent | 32bad332d94a359b347a708085d74debff4c8705 (diff) | |
download | freebsd-ports-gnome-e25dffb600a2a35e8716b25ff9f5840adf141110.tar.gz freebsd-ports-gnome-e25dffb600a2a35e8716b25ff9f5840adf141110.tar.zst freebsd-ports-gnome-e25dffb600a2a35e8716b25ff9f5840adf141110.zip |
Portlint.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 95b7dea7e748..b8b7bb953e7b 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -13,11 +13,10 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ MAINTAINER= jseger@FreeBSD.org +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 LIB_DEPENDS= plot.3:${PORTSDIR}/graphics/plotutils \ plotter.3:${PORTSDIR}/graphics/plotutils -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 - FETCH_BEFORE_ARGS= -t USE_ZIP= yes WRKSRC= ${WRKDIR}/pstoedit_3.17/src |