summaryrefslogtreecommitdiff
path: root/comms/atslog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/atslog/Makefile')
-rw-r--r--comms/atslog/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile
index 30605ea75b93..c98a306b277a 100644
--- a/comms/atslog/Makefile
+++ b/comms/atslog/Makefile
@@ -48,14 +48,14 @@ USE_PHP+= pgsql
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-BUILD_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
-RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
+BUILD_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql
+RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
-BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
-RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
+BUILD_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg
+RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg
.endif
.if ! ${PORT_OPTIONS:MLIBWRAP}