git: 10d0d12c739c - main - x11-toolkits/granite: limit portscout to only look at 6.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 10:29:21 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=10d0d12c739ca6efeaced6a1be66b909e3d7a73b commit 10d0d12c739ca6efeaced6a1be66b909e3d7a73b Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-08-31 10:28:22 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-08-31 10:28:56 +0000 x11-toolkits/granite: limit portscout to only look at 6.x x11-toolkits/granite7 contains the 7.x releases --- x11-toolkits/granite/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile index 6c7ba500fd4d..f341f35c23ac 100644 --- a/x11-toolkits/granite/Makefile +++ b/x11-toolkits/granite/Makefile @@ -19,6 +19,7 @@ USE_GNOME= cairo glib20 gtk30 gdkpixbuf2 introspection:build USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_CMD} +PORTSCOUT= limit:^6 PLIST_SUB= DISTVERSION=${DISTVERSION} .include <bsd.port.mk>