diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-21 14:43:24 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-21 14:43:24 +0000 |
commit | 644aa2a709df1ebd5f141f8e4b28bb1efac1b304 (patch) | |
tree | 6835cf63cce00bf06d7c224b174cf4b2ee140939 /devel/geany-plugin-pg/Makefile | |
parent | ecd489ff2ae56355358396ff7131711ce603007c (diff) | |
download | ports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.tar.gz ports-644aa2a709df1ebd5f141f8e4b28bb1efac1b304.zip |
Notes
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> |