diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-07 05:47:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-07 05:47:53 +0800 |
commit | 8014b39d1391c927a1be719353fcbe1e0d3e2fcb (patch) | |
tree | fe63368d6e33a7a756e2dc0cf2b41372381f0dc4 /devel/boost-libs | |
parent | c132582e099201022434f28dbe00b338a5064fe4 (diff) | |
download | freebsd-ports-gnome-8014b39d1391c927a1be719353fcbe1e0d3e2fcb.tar.gz freebsd-ports-gnome-8014b39d1391c927a1be719353fcbe1e0d3e2fcb.tar.zst freebsd-ports-gnome-8014b39d1391c927a1be719353fcbe1e0d3e2fcb.zip |
Bump portrevision after the previous fix, as lots of user may have a runtime
problem with previous version and needs an update.
Reported by: rakuco
Diffstat (limited to 'devel/boost-libs')
-rw-r--r-- | devel/boost-libs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index dd7398bf0bae..990a9e7e6354 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -4,6 +4,8 @@ PORTNAME= boost-libs COMMENT= Free portable C++ libraries (without Boost.Python) +PORTREVISION= 1 + BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS |