diff options
Diffstat (limited to 'devel/trellis/Makefile')
-rw-r--r-- | devel/trellis/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/trellis/Makefile b/devel/trellis/Makefile index 9ea0d3e2c606..55956ccd2c88 100644 --- a/devel/trellis/Makefile +++ b/devel/trellis/Makefile @@ -1,5 +1,6 @@ PORTNAME= trellis PORTVERSION= g2025011100 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org @@ -32,5 +33,6 @@ GH_TAGNAME= 14ac883fa639b11fdc98f3cdef87a5d01f79e73d GH_TUPLE= YosysHQ:prjtrellis-db:4dda149b9e4f1753ebc8b011ece2fe794be1281a:database/database CMAKE_SOURCE_PATH= ${WRKSRC}/libtrellis +CMAKE_ARGS= -DCURRENT_GIT_VERSION=${GH_TAGNAME} .include <bsd.port.mk> |