aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-pg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugin-pg/Makefile')
-rw-r--r--devel/geany-plugin-pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile
index b4daffd04a9b..ce9573605dd5 100644
--- a/devel/geany-plugin-pg/Makefile
+++ b/devel/geany-plugin-pg/Makefile
@@ -7,8 +7,8 @@ CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
-LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
-RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
+LIB_DEPENDS= libgpgme.so:security/gpgme
+RUN_DEPENDS= gpg2:security/gnupg
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>