summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-09 15:46:44 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-09 15:46:44 +0000
commit66b5b6f3c7609ceb577f7d6ca71cb74ab62acb56 (patch)
tree021817ede43ae791cc895702911faa2d1586def1
parent- Update to 0.9.3 (diff)
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
Notes
Notes: svn path=/head/; revision=93546
-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 55294c1e7652..b40a8d2624f4 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 39f899621d02..88fd28deeb09 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