summaryrefslogtreecommitdiff
path: root/devel/geany-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugins')
-rw-r--r--devel/geany-plugins/Makefile4
-rw-r--r--devel/geany-plugins/files/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile
index 5d097c05056f..f2d9e4a291f7 100644
--- a/devel/geany-plugins/Makefile
+++ b/devel/geany-plugins/Makefile
@@ -19,9 +19,9 @@ NO_OPTIONS_SORT= yes
.for plugin in ${GEANY_PLUGINS_ALL}
${plugin:tu}_DESC= ${${plugin}_DESC}
-${plugin:tu}_RUN_DEPENDS= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin}
+${plugin:tu}_RUN_DEPENDS= geany-plugin-${plugin}>=0:devel/geany-plugin-${plugin}
.endfor
-NLS_RUN_DEPENDS= geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n
+NLS_RUN_DEPENDS= geany-plugins-l10n>=0:devel/geany-plugins-l10n
.include <bsd.port.mk>
diff --git a/devel/geany-plugins/files/Makefile.common b/devel/geany-plugins/files/Makefile.common
index c2b043d11028..9a327a8d2ffb 100644
--- a/devel/geany-plugins/files/Makefile.common
+++ b/devel/geany-plugins/files/Makefile.common
@@ -6,8 +6,8 @@ MASTER_SITES= http://plugins.geany.org/geany-plugins/
DISTNAME= geany-plugins-${PORTVERSION}
DISTINFO_FILE= ${.CURDIR}/../../devel/geany-plugins/distinfo
-BUILD_DEPENDS+= ${LOCALBASE}/bin/geany:${PORTSDIR}/devel/geany
-RUN_DEPENDS+= ${LOCALBASE}/bin/geany:${PORTSDIR}/devel/geany
+BUILD_DEPENDS+= ${LOCALBASE}/bin/geany:devel/geany
+RUN_DEPENDS+= ${LOCALBASE}/bin/geany:devel/geany
GNU_CONFIGURE= yes
USES+= gettext-tools gmake libtool pkgconfig tar:bzip2