mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
This commit is contained in:
parent
a0f006f7d2
commit
66b5b6f3c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93546
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user