aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-08-31 10:28:22 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-08-31 10:28:56 +0000
commit10d0d12c739ca6efeaced6a1be66b909e3d7a73b (patch)
treea1d20f53a40665a2c5a1a51ff5b757ec0308553e
parentf947e6b04e2a316b2c8a16526842d8a68633f1c6 (diff)
x11-toolkits/granite: limit portscout to only look at 6.x
x11-toolkits/granite7 contains the 7.x releases
-rw-r--r--x11-toolkits/granite/Makefile1
1 files changed, 1 insertions, 0 deletions
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>