9b3aca2661
- Add missing dependency on vte
13 lines
267 B
Makefile
13 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-debugger
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
USE_GNOME= vte
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|