From 66b5b6f3c7609ceb577f7d6ca71cb74ab62acb56 Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Sun, 9 Nov 2003 15:46:44 +0000 Subject: 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 --- misc/pointless/Makefile | 3 +-- misc/pointless/pkg-plist | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/pointless') 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 -- cgit v1.2.3