diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-06-20 13:31:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-06-20 13:31:24 +0000 |
commit | 17b05d21f936eb04c39d728c82bd8b5325e328f5 (patch) | |
tree | 8d9ca216620600f857238ec4b051002d7a6dacbf | |
parent | ed3c9cc7f884cc9b10b66e1f4885c42a1d9c5bea (diff) | |
download | ports-17b05d21f936eb04c39d728c82bd8b5325e328f5.tar.gz ports-17b05d21f936eb04c39d728c82bd8b5325e328f5.zip |
Notes
-rw-r--r-- | misc/pointless/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile index 4c36fc4b153b..9900d341372e 100644 --- a/misc/pointless/Makefile +++ b/misc/pointless/Makefile @@ -23,8 +23,7 @@ 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/dvips:${PORTSDIR}/print/dvipsk-tetex + ${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes |