summaryrefslogtreecommitdiff
path: root/devel/hyprlang/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hyprlang/Makefile')
-rw-r--r--devel/hyprlang/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile
index 835f9cf76901..3b67f06f28b6 100644
--- a/devel/hyprlang/Makefile
+++ b/devel/hyprlang/Makefile
@@ -1,7 +1,6 @@
PORTNAME= hyprlang
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.4
-PORTREVISION= 1
+DISTVERSION= 0.6.6
CATEGORIES= devel
MAINTAINER= tagattie@FreeBSD.org
@@ -23,7 +22,7 @@ USE_LDCONFIG= yes
PLIST_FILES= include/${PORTNAME}.hpp \
lib/lib${PORTNAME}.so \
lib/lib${PORTNAME}.so.2 \
- lib/lib${PORTNAME}.so.0.6.3 \
+ lib/lib${PORTNAME}.so.${DISTVERSION} \
libdata/pkgconfig/${PORTNAME}.pc
.include <bsd.port.mk>