diff options
Diffstat (limited to 'security/picocrypt/Makefile')
-rw-r--r-- | security/picocrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index e56b211c3186..1aa350b95238 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -1,5 +1,6 @@ PORTNAME= picocrypt DISTVERSION= 1.48 # Missing modules.txt, generate one with `go mod vendor` and place it in ${FILESDIR} +PORTREVISION= 2 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org @@ -15,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= upstream only supports 64-bit LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= gl gnome go:1.24,modules pkgconfig xorg +USES= gl gnome go:modules pkgconfig xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf gtk30 USE_XORG= x11 xau xcb xdmcp |