aboutsummaryrefslogtreecommitdiffstats
path: root/devel/geany-plugin-geanypy
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2018-12-10 01:29:13 +0800
committermadpilot <madpilot@FreeBSD.org>2018-12-10 01:29:13 +0800
commit38423ea5de40b9d5caaff7e6597bacbe4a72d976 (patch)
treed3d6514e0959ae27b008c2c80a485f75bb439157 /devel/geany-plugin-geanypy
parent3b1923f509749130d467b99987df5c3732030536 (diff)
downloadfreebsd-ports-gnome-38423ea5de40b9d5caaff7e6597bacbe4a72d976.tar.gz
freebsd-ports-gnome-38423ea5de40b9d5caaff7e6597bacbe4a72d976.tar.zst
freebsd-ports-gnome-38423ea5de40b9d5caaff7e6597bacbe4a72d976.zip
- Add gtk2 and gtk3 flavors to geany ports
- Make gtk3 the default NOTE: some plugins are gtk2 only, please check UPDATING. PR: 226523 Submitted by: Greg V <greg@unrelenting.technology> Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D18018
Diffstat (limited to 'devel/geany-plugin-geanypy')
-rw-r--r--devel/geany-plugin-geanypy/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/geany-plugin-geanypy/Makefile b/devel/geany-plugin-geanypy/Makefile
index 20b6c57162ad..1f8a1018ed33 100644
--- a/devel/geany-plugin-geanypy/Makefile
+++ b/devel/geany-plugin-geanypy/Makefile
@@ -2,11 +2,16 @@
PORTNAME= geany-plugin-geanypy
PORTVERSION= ${GEANY_VER}
+PKGNAMESUFFIX= -gtk2
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+LIB_DEPENDS= libgeany.so:devel/geany@gtk2
+
+FLAVORS= # intentionally left empty
+
USES= python:2.7
USE_GNOME= pygtk2