freebsd-ports/devel/geany-plugin-devhelp/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

17 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-devhelp
PORTVERSION= ${GEANY_VER}
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
USE_GNOME= gconf2
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>