aboutsummaryrefslogtreecommitdiffstats
path: root/devel/geany-plugin-debugger
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-10-23 18:52:34 +0800
committermakc <makc@FreeBSD.org>2013-10-23 18:52:34 +0800
commitbdaf8d0794314a289fb5be8eea2ffdf058c14edc (patch)
tree4b4d753df5c80b4c91b6a0c5d8e8a82ef77e8703 /devel/geany-plugin-debugger
parentf098c1b95fee3f26533933e7db8257fdcfc3a12f (diff)
downloadfreebsd-ports-gnome-bdaf8d0794314a289fb5be8eea2ffdf058c14edc.tar.gz
freebsd-ports-gnome-bdaf8d0794314a289fb5be8eea2ffdf058c14edc.tar.zst
freebsd-ports-gnome-bdaf8d0794314a289fb5be8eea2ffdf058c14edc.zip
- Remove NO_STAGE
- Add missing dependency on vte
Diffstat (limited to 'devel/geany-plugin-debugger')
-rw-r--r--devel/geany-plugin-debugger/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/geany-plugin-debugger/Makefile b/devel/geany-plugin-debugger/Makefile
index ba81d1992441..1fa5bec8a1ba 100644
--- a/devel/geany-plugin-debugger/Makefile
+++ b/devel/geany-plugin-debugger/Makefile
@@ -7,6 +7,7 @@ CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
-NO_STAGE= yes
+USE_GNOME= vte
+
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>