diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-11 22:04:21 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-17 04:02:08 +0000 |
commit | e87d8134a3460dff28f0c469fff83a187e9820bc (patch) | |
tree | 5005d557c2b1e60e1f3b2a4995e2142fe7237610 /audio/grip | |
parent | 87a21eb4786a5c34eb321f3dee9f5e1f0a28aa23 (diff) |
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index b5d8da43b850..c32d353dee83 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= compiler:c++11-lang gmake gnome libtool localbase pathfix \ pkgconfig xorg -USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_GNOME= cairo gdkpixbuf gtk20 USE_XORG= ice sm x11 xext GNU_CONFIGURE= yes |