diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-22 19:23:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-22 19:23:52 +0000 |
commit | eea0292045c58a020687b41fb1fcb3ca8e290e13 (patch) | |
tree | 934ca4314353d01818ef2f8d4b47fd41608ce038 /deskutils/belcard | |
parent | 845aeba05aa6240e1891c44c15557859dc0d33ec (diff) | |
download | ports-eea0292045c58a020687b41fb1fcb3ca8e290e13.tar.gz ports-eea0292045c58a020687b41fb1fcb3ca8e290e13.zip |
Notes
Diffstat (limited to 'deskutils/belcard')
-rw-r--r-- | deskutils/belcard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/belcard/Makefile b/deskutils/belcard/Makefile index 738daf015ae4..abf5d7d76b6b 100644 --- a/deskutils/belcard/Makefile +++ b/deskutils/belcard/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ libbelr.so:textproc/belr -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lib USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO -DENABLE_UNIT_TESTS=NO |