diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2025-07-24 12:14:39 +0300 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2025-07-24 12:14:39 +0300 |
commit | 58bb42a3f74b982fc56f4556a31a38dbcf71188e (patch) | |
tree | eba097a56cc9bdda742217624dc4d58004322cbf | |
parent | devel/gitg: update to 44 (diff) |
devel/gitg: remove now useless pathfix
-rw-r--r-- | devel/gitg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 2fd754f9b85f..5df371df1e2c 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:build tar:xz vala:build + meson pkgconfig python:build tar:xz vala:build USE_GNOME= cairo gdkpixbuf gtk30 gtksourceview4 intltool introspection USE_LDCONFIG= yes |