aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2003-11-09 23:46:44 +0800
committerjeh <jeh@FreeBSD.org>2003-11-09 23:46:44 +0800
commit7d51bdc8dd836553c4c65b51e150e2abe3a15a37 (patch)
tree4fedd24b950a9e25a89bb50277a8a05d7f0176cf
parent461275bcbd0104cc254118ad81166d3f7fee2bde (diff)
downloadfreebsd-ports-graphics-7d51bdc8dd836553c4c65b51e150e2abe3a15a37.tar.gz
freebsd-ports-graphics-7d51bdc8dd836553c4c65b51e150e2abe3a15a37.tar.zst
freebsd-ports-graphics-7d51bdc8dd836553c4c65b51e150e2abe3a15a37.zip
Both latex and dvips are included in the print/teTeX port, but are
installed from print/latex and print/dvips with the old list of dependencies, thus resulting in the installation of conflicting ports. This update removes those dependencies. Spotted by: Arjan van Leeuwen While doing the update, I noticed a file missing in the plist, so I added that as well and bumped the PORTREVISION. PR: 58863 Submitted By: MAINTAINER
-rw-r--r--misc/pointless/Makefile3
-rw-r--r--misc/pointless/pkg-plist1
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile
index 55294c1e765..b40a8d2624f 100644
--- a/misc/pointless/Makefile
+++ b/misc/pointless/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pointless
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,8 +23,6 @@ GSPORT?= print/ghostscript-gnu
BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} \
- ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \
- ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \
${LOCALBASE}/bin/a2ps:${PORTSDIR}/print/a2ps-letter \
${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/misc/pointless/pkg-plist b/misc/pointless/pkg-plist
index 39f899621d0..88fd28deeb0 100644
--- a/misc/pointless/pkg-plist
+++ b/misc/pointless/pkg-plist
@@ -21,6 +21,7 @@ share/pointless/templates/html/lastsingleshot.html
share/pointless/templates/html/singleshot.html
share/pointless/pointless.xpm
share/pointless/README
+share/pointless/python/modules/code.py
share/pointless/python/modules/pllbasics.py
share/pointless/python/modules/eps.py
share/pointless/python/modules/gnuplot.py