diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-11 08:09:24 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-11 08:09:24 +0000 |
commit | 91efe2f7539a76c1ce4ca94bb912916543697422 (patch) | |
tree | 7dc12dcc6ee7a4544123489791096748fbd565df /sysutils/freefilesync | |
parent | 2a198df066dea0667e924b9c140f54a2445b7609 (diff) | |
download | ports-91efe2f7539a76c1ce4ca94bb912916543697422.tar.gz ports-91efe2f7539a76c1ce4ca94bb912916543697422.zip |
Notes
Diffstat (limited to 'sysutils/freefilesync')
-rw-r--r-- | sysutils/freefilesync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index ca18a0986d0a..d0a62bc0ca67 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ WRKSRC= ${WRKDIR}/FreeFileSync/Source -USES= compiler:c++11-lang dos2unix gmake pkgconfig zip +USES= compiler:c++14-lang dos2unix gmake pkgconfig zip USE_LDCONFIG= yes USE_WX= 3.0+ |