diff options
author | erwin <erwin@FreeBSD.org> | 2004-06-20 21:31:24 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-06-20 21:31:24 +0800 |
commit | 4c045e190c377d6653f65bfbf5db81b6b5fc2297 (patch) | |
tree | bd6999c9bc3292d6ea4a0d1682d6e68d68ccd413 /misc/pointless/Makefile | |
parent | a7ac796f60cccb0286d078e6df42579b4a204801 (diff) | |
download | freebsd-ports-gnome-4c045e190c377d6653f65bfbf5db81b6b5fc2297.tar.gz freebsd-ports-gnome-4c045e190c377d6653f65bfbf5db81b6b5fc2297.tar.zst freebsd-ports-gnome-4c045e190c377d6653f65bfbf5db81b6b5fc2297.zip |
Back out previous commit: dvips is now part of print/teTeX again.
Approved by: maintainer
Diffstat (limited to 'misc/pointless/Makefile')
-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 |