aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-gendoc/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-10-23 13:08:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-10-23 13:08:41 +0000
commit21646392b027298c4aca08ad5386649a6869ccea (patch)
tree902ae1e48303d70f1045908f9eb477d7722924c8 /devel/geany-plugin-gendoc/Makefile
parent6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff)
Notes
Diffstat (limited to 'devel/geany-plugin-gendoc/Makefile')
-rw-r--r--devel/geany-plugin-gendoc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/geany-plugin-gendoc/Makefile b/devel/geany-plugin-gendoc/Makefile
index 08de667f0954..634b4af14d73 100644
--- a/devel/geany-plugin-gendoc/Makefile
+++ b/devel/geany-plugin-gendoc/Makefile
@@ -7,9 +7,8 @@ CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
-LIB_DEPENDS= ctpl:${PORTSDIR}/textproc/ctpl
+LIB_DEPENDS= libctpl.so:${PORTSDIR}/textproc/ctpl
RUN_DEPENDS= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
-NO_STAGE= yes
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>