svn commit: r331369 - head/devel/geany-plugin-debugger
Max Brazhnikov
makc at FreeBSD.org
Wed Oct 23 10:52:35 UTC 2013
Author: makc
Date: Wed Oct 23 10:52:34 2013
New Revision: 331369
URL: http://svnweb.freebsd.org/changeset/ports/331369
Log:
- Remove NO_STAGE
- Add missing dependency on vte
Modified:
head/devel/geany-plugin-debugger/Makefile
Modified: head/devel/geany-plugin-debugger/Makefile
==============================================================================
--- head/devel/geany-plugin-debugger/Makefile Wed Oct 23 10:51:03 2013 (r331368)
+++ head/devel/geany-plugin-debugger/Makefile Wed Oct 23 10:52:34 2013 (r331369)
@@ -7,6 +7,7 @@ CATEGORIES= devel
MAINTAINER= makc at 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>
More information about the svn-ports-all
mailing list