summaryrefslogtreecommitdiff
path: root/graphics/hyprgraphics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hyprgraphics/Makefile')
-rw-r--r--graphics/hyprgraphics/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile
index d6430fe7ca65..c6af0877dab7 100644
--- a/graphics/hyprgraphics/Makefile
+++ b/graphics/hyprgraphics/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hyprgraphics
DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.6
+DISTVERSION= 0.2.0
CATEGORIES= graphics
MAINTAINER= tagattie@FreeBSD.org
@@ -23,12 +23,12 @@ GH_ACCOUNT= hyprwm
USE_LDCONFIG= yes
-USE_GNOME= cairo pango
+USE_GNOME= cairo librsvg2 pango
USE_XORG= pixman
LDFLAGS+= -pthread
-PLIST_SUB= SOVERSION_MAJOR=0 \
+PLIST_SUB= SOVERSION_MAJOR=1 \
SOVERSION_FULL=${DISTVERSION:C/-.*//}
.include <bsd.port.mk>