diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-06-14 23:48:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-06-14 23:48:53 +0800 |
commit | c9089573c09c3c1925faf795c6b91764027320bb (patch) | |
tree | b88e5acd7f187138cdf3fd4f3926a95fb1c98352 /devel/libsigc++20 | |
parent | 50c9e709614905bb9b58cccf9000c55708e17c40 (diff) | |
download | freebsd-ports-gnome-c9089573c09c3c1925faf795c6b91764027320bb.tar.gz freebsd-ports-gnome-c9089573c09c3c1925faf795c6b91764027320bb.tar.zst freebsd-ports-gnome-c9089573c09c3c1925faf795c6b91764027320bb.zip |
Add portscout to stop looking for newer versions other then this series. It
not clear yet if the next stable version will be a update to this port or
that it will be a new one.
Diffstat (limited to 'devel/libsigc++20')
-rw-r--r-- | devel/libsigc++20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 663188a1ccf0..63062e00ecde 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -13,6 +13,8 @@ COMMENT= Callback Framework for C++ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^2\.10\. + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c++11-lang gmake libtool pathfix perl5 tar:xz |