aboutsummaryrefslogtreecommitdiff
path: root/print/foomatic-filters
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /print/foomatic-filters
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'print/foomatic-filters')
-rw-r--r--print/foomatic-filters/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile
index cb6d81cd3eae..b4a8d53c8ec2 100644
--- a/print/foomatic-filters/Makefile
+++ b/print/foomatic-filters/Makefile
@@ -13,7 +13,7 @@ COMMENT= Foomatic wrapper scripts
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
+LIB_DEPENDS= libdbus-1.so:devel/dbus
CONFLICTS= cups-filters-[0-9]*
@@ -48,27 +48,27 @@ MPAGE_DESC= Print multiple pages per sheet of paper
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCUPS_IMAGE}
-RUN_DEPENDS+= ${LOCALBASE}/lib/libcupsimage.so:${PORTSDIR}/print/cups
+RUN_DEPENDS+= ${LOCALBASE}/lib/libcupsimage.so:print/cups
.endif
.if ${PORT_OPTIONS:MA2PS}
-RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps
+RUN_DEPENDS+= a2ps:print/a2ps
.endif
.if ${PORT_OPTIONS:MENSCRIPT_A4}
-RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4
+RUN_DEPENDS+= enscript:print/enscript-a4
.endif
.if ${PORT_OPTIONS:MENSCRIPT_LETTER}
-RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter
+RUN_DEPENDS+= enscript:print/enscript-letter
.endif
.if ${PORT_OPTIONS:MENSCRIPT_LETTERDJ}
-RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letterdj
+RUN_DEPENDS+= enscript:print/enscript-letterdj
.endif
.if ${PORT_OPTIONS:MMPAGE}
-RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage
+RUN_DEPENDS+= mpage:print/mpage
.endif
post-patch: