diff options
Diffstat (limited to 'devel/geany-plugin-pg/Makefile')
-rw-r--r-- | devel/geany-plugin-pg/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile index 4f3d1f67382e..e0c4d95000f1 100644 --- a/devel/geany-plugin-pg/Makefile +++ b/devel/geany-plugin-pg/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-pg PORTVERSION= ${GEANY_VER} CATEGORIES= devel @@ -10,8 +10,5 @@ COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg -GEANY_PLUGIN= pg -GEANY_PLUGIN_DIR= geanypg - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |