diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-05-27 07:45:55 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-05-27 07:45:55 +0000 |
commit | dbce14b112e3a64e6514412e07f513a58b9e91c4 (patch) | |
tree | 622c7d1962b3bd8cc26100682851bb2c4677a4ba /x11 | |
parent | 854f7c090d0d737a8962f83153ff998244b33456 (diff) | |
download | ports-dbce14b112e3a64e6514412e07f513a58b9e91c4.tar.gz ports-dbce14b112e3a64e6514412e07f513a58b9e91c4.zip |
Tell portscout to only check stable versions.
Notes
Notes:
svn path=/head/; revision=536674
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libexo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index d6a9943c341d..1e04ae061d8e 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -34,6 +34,8 @@ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-html-dir --disable-silent-rules +PORTSCOUT= limit:^0\.12\. + OPTIONS_DEFINE= GTK2 NLS OPTIONS_DEFAULT= GTK2 OPTIONS_SUB= yes |