diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-13 05:41:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-13 05:41:37 +0000 |
commit | 40ddcf42ef024efc2a604404282ed5c1dfffd68e (patch) | |
tree | 3edc162aeaacef9f547fd861810526bedcb600f3 /deskutils | |
parent | 9eaf783ca995dd9cc9934c64a3943e8305beb1ba (diff) | |
download | ports-40ddcf42ef024efc2a604404282ed5c1dfffd68e.tar.gz ports-40ddcf42ef024efc2a604404282ed5c1dfffd68e.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xchm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index b01ce09f22cb..2e52d0d4a0e6 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libchm.so:misc/chmlib GNU_CONFIGURE= yes -USES= localbase +USES= compiler:c++11-lang localbase USE_WX= 2.8 WX_CONF_ARGS= absolute LDFLAGS+= -lpthread |