aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-10-25 19:59:09 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-10-25 19:59:09 +0000
commiteac552e0700e76d3f156d363239f0aebe6c67706 (patch)
tree684e1666086bd96a62daf581c8f17b04765ebce6 /cad/kicad
parent3287f2db8ed1b33af61f9ce898e63288071417a9 (diff)
downloadports-eac552e0700e76d3f156d363239f0aebe6c67706.tar.gz
ports-eac552e0700e76d3f156d363239f0aebe6c67706.zip
KiCad has not depended on xpdf for a long time. As such, the RUN_DEPENDS
can safely be removed. Submitted by: Kevin Zheng <kevinz5000 (at) gmail.com>
Notes
Notes: svn path=/head/; revision=452894
Diffstat (limited to 'cad/kicad')
-rw-r--r--cad/kicad/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index ef5d69b63326..b1797718f644 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kicad
PORTVERSION= 4.0.7
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 2
CATEGORIES= cad
@@ -18,7 +18,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libpixman-1.so:x11/pixman \
libpng.so:graphics/png \
libcurl.so:ftp/curl
-RUN_DEPENDS= xpdf:graphics/xpdf
CONFLICTS= kicad-devel-r201*
@@ -63,12 +62,9 @@ DOXYGEN_PORTDOCS= doxygen
pre-configure:
${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \
-e 's|/usr/local|${PREFIX}|' \
- -e 's|/usr/bin/evince|${LOCALBASE}/bin/xpdf|' \
- -e 's|/usr/bin/kpdf|${LOCALBASE}/bin/okular|' \
- -e 's|/usr/bin/xpdf|${LOCALBASE}/bin/xpdf|' \
- -e 's|/usr/bin/konqueror|${LOCALBASE}/bin/konqueror|' \
- -e 's|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \
${WRKSRC}/common/gestfich.cpp
+ ${REINPLACE_CMD} -e 's|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \
+ ${WRKSRC}/common/pgm_base.cpp
post-install-DOCS-on:
(cd ${WRKSRC}/Documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})