diff options
author | swills <swills@FreeBSD.org> | 2014-08-31 09:53:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-08-31 09:53:49 +0800 |
commit | 91e8397473f731bc6a794a5b595d47e228157999 (patch) | |
tree | 371466d771bb8b17514ec73fad00324eb99ba3c4 /devel | |
parent | d970fee0752371d438cd1728b890d166d07ea404 (diff) | |
download | freebsd-ports-gnome-91e8397473f731bc6a794a5b595d47e228157999.tar.gz freebsd-ports-gnome-91e8397473f731bc6a794a5b595d47e228157999.tar.zst freebsd-ports-gnome-91e8397473f731bc6a794a5b595d47e228157999.zip |
devel/rubygem-launchy22: restrict portscout to proper version instead of ignoring
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-launchy22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-launchy22/Makefile b/devel/rubygem-launchy22/Makefile index c2b4e3acb559..9cad59af3dce 100644 --- a/devel/rubygem-launchy22/Makefile +++ b/devel/rubygem-launchy22/Makefile @@ -18,6 +18,6 @@ RUBYGEM_AUTOPLIST= yes # Don't install the binary bin/launchy since it's not required at this time -PORTSCOUT= ignore +PORTSCOUT= limit:^2\.2 .include <bsd.port.mk> |