aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-02-01 08:40:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-02-01 09:11:15 +0000
commita442a11be17b482d66c79c99e504560c83b3882d (patch)
treeb49ea1553b3c4d4e9daf98425b56f63b9a4c865d
parentef4a2bbf51b7cf90cfc74412cdeb3705a28f0b17 (diff)
downloadports-a442a11be17b482d66c79c99e504560c83b3882d.tar.gz
ports-a442a11be17b482d66c79c99e504560c83b3882d.zip
x11-wm/devilspie*: remove wrong dependency on libwnck
This port actually depend on libwnck3 which depends on gtk3 and not on libwnck which depends on gtk2
-rw-r--r--x11-wm/devilspie/Makefile3
-rw-r--r--x11-wm/devilspie2/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile
index 4b7676f55964..8435f4db1c62 100644
--- a/x11-wm/devilspie/Makefile
+++ b/x11-wm/devilspie/Makefile
@@ -1,5 +1,6 @@
PORTNAME= devilspie
PORTVERSION= 0.23
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.burtonini.com/computing/
@@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3
USES= gettext gmake gnome pkgconfig tar:xz
-USE_GNOME= libwnck intltool
+USE_GNOME= intltool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11
diff --git a/x11-wm/devilspie2/Makefile b/x11-wm/devilspie2/Makefile
index bc87d5ebee7d..e49f9e617177 100644
--- a/x11-wm/devilspie2/Makefile
+++ b/x11-wm/devilspie2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= devilspie2
PORTVERSION= 0.43
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://download.savannah.nongnu.org/releases/devilspie2/
DISTFILES= ${PORTNAME}_${PORTVERSION}-src.tar.gz
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3
USES= gettext gmake gnome lua:51 pkgconfig tar:xz
-USE_GNOME= glib20 gtk30 intltool libwnck
+USE_GNOME= glib20 gtk30 intltool
MAKE_ENV+= "PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig"
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/glib-2.0 \
-I${LUA_INCDIR}