diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /editors/texmaker | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | freebsd-ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index fc7b69cf9a35..aebd2f8af7a8 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.xm1math.net/texmaker/ MAINTAINER= makc@FreeBSD.org COMMENT= LaTeX Development Environment -LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= libpoppler.so:graphics/poppler USES= desktop-file-utils ghostscript:x11,run pkgconfig qmake tar:bzip2 _USE_QT4= gui network xml webkit \ @@ -28,8 +28,8 @@ OPTIONS_DEFAULT= QT5 TOOLKIT_DESC= Qt toolkit QT4_USE= ${_USE_QT4:S/^/QT4=/} -QT4_LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 +QT4_LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 QT5_USE= ${_USE_QT5:S/^/QT5=/} -QT5_LIB_DEPENDS= libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5 +QT5_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 .include <bsd.port.mk> |