diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-01-30 15:36:13 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-01-30 15:43:40 +0100 |
commit | cc9a30d2dcd3414868c937b3e6f5199ff6e7b567 (patch) | |
tree | c7e8074b9164fa951a5f2d14cd6dab6a22e538f9 | |
parent | d7dd628265301b380c663659c30feec57062efbf (diff) | |
download | freebsd-ports-cc9a30d2dcd3414868c937b3e6f5199ff6e7b567.zip |
gtk2: remove false dependency on gtk2
-rw-r--r-- | x11/appmenu-registrar/Makefile | 3 | ||||
-rw-r--r-- | x11/mate-applet-appmenu/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/appmenu-registrar/Makefile b/x11/appmenu-registrar/Makefile index da7bd0f128d5..29c96ea50c2a 100644 --- a/x11/appmenu-registrar/Makefile +++ b/x11/appmenu-registrar/Makefile @@ -1,5 +1,6 @@ PORTNAME= appmenu-registrar DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ @@ -24,7 +25,7 @@ MESON_ARGS= -Dvalapanel=disabled \ -Dregistrar=enabled \ -Dappmenu-gtk-module=disabled -USE_GNOME= gtk30 glib20 gtk20 gdkpixbuf2 +USE_GNOME= gtk30 glib20 gdkpixbuf2 USE_GITLAB= yes GL_ACCOUNT= vala-panel-project diff --git a/x11/mate-applet-appmenu/Makefile b/x11/mate-applet-appmenu/Makefile index 7484c501fb85..9492eceb43dd 100644 --- a/x11/mate-applet-appmenu/Makefile +++ b/x11/mate-applet-appmenu/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-applet-appmenu DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ @@ -27,7 +28,7 @@ MESON_ARGS= -Dvalapanel=disabled \ -Dappmenu-gtk-module=disabled USE_MATE= panel -USE_GNOME= gtk30 glib20 gtk20 gdkpixbuf2 +USE_GNOME= gtk30 glib20 gdkpixbuf2 GLIB_SCHEMAS= org.valapanel.appmenu.gschema.xml USE_GITLAB= yes |