diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2015-11-03 20:58:29 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2015-11-03 20:58:29 +0000 |
commit | 38721b20c8a164a15865ffc2ea2377659f5455b8 (patch) | |
tree | c941fbd1c1ce614802c66dc62863e96d51a79791 | |
parent | da9a5a33d266e28042ce9e6de8a93d34ceda1dca (diff) | |
download | ports-38721b20c8a164a15865ffc2ea2377659f5455b8.tar.gz ports-38721b20c8a164a15865ffc2ea2377659f5455b8.zip |
Notes
-rw-r--r-- | devel/msp430-debug-stack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index b06b03a2400d..a8558d48ffd4 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -2,6 +2,7 @@ PORTNAME= msp430-debug-stack PORTVERSION= 3.05.01.01 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ti.com/lit/sw/slac460n/ \ http://www.ti.com/lit/ug/slau320u/:doc1 \ @@ -20,7 +21,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libhidapi.so:${PORTSDIR}/comms/hidapi -USES= compiler:c++0x gmake zip:infozip +USES= compiler:c++11-lib gmake zip:infozip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/MSPDebugStack_OS_Package |