diff options
author | erwin <erwin@FreeBSD.org> | 2004-06-16 01:09:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-06-16 01:09:18 +0800 |
commit | 773477e4c69f5ded1a9d1c7a09e406211abc3f1a (patch) | |
tree | 6a325e417c4b7603d892ed2f1ded7e379203b964 /misc | |
parent | 425b07b4a0661e5dfa830889c8430916a9ebdffd (diff) | |
download | freebsd-ports-gnome-773477e4c69f5ded1a9d1c7a09e406211abc3f1a.tar.gz freebsd-ports-gnome-773477e4c69f5ded1a9d1c7a09e406211abc3f1a.tar.zst freebsd-ports-gnome-773477e4c69f5ded1a9d1c7a09e406211abc3f1a.zip |
dvips has moved from print/teTeX to print/dvipsk-tetex. Reflect this by
adding a dependency on print/dvipsk-tetex.
PR: 67973
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pointless/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile index 9900d341372e..4c36fc4b153b 100644 --- a/misc/pointless/Makefile +++ b/misc/pointless/Makefile @@ -23,7 +23,8 @@ GSPORT?= print/ghostscript-gnu BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} \ ${LOCALBASE}/bin/a2ps:${PORTSDIR}/print/a2ps-letter \ - ${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX + ${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX \ + ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes |