aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcsc-ada/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pcsc-ada/Makefile')
-rw-r--r--devel/pcsc-ada/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/pcsc-ada/Makefile b/devel/pcsc-ada/Makefile
index 826d29f1f1a1..47b4a99dbb59 100644
--- a/devel/pcsc-ada/Makefile
+++ b/devel/pcsc-ada/Makefile
@@ -27,7 +27,7 @@ NO_OPTIONS_SORT=yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUNIT_TEST} || ${PORT_OPTIONS:MINTF_TEST}
-BUILD_DEPENDS+= ${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven
+BUILD_DEPENDS+= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven
. if ${PORT_OPTIONS:MUNIT_TEST}
ALL_TARGET+= utests
. endif
@@ -36,11 +36,11 @@ ALL_TARGET+= itests
. endif
.endif
-LIB_DEPENDS+= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
+LIB_DEPENDS+= libpcsclite.so:devel/pcsc-lite
.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
- source-highlight:${PORTSDIR}/textproc/source-highlight
+BUILD_DEPENDS+= asciidoc:textproc/asciidoc \
+ source-highlight:textproc/source-highlight
ALL_TARGET+= doc
USES+= gmake
.endif