diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-12 13:01:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-12 13:01:22 +0000 |
commit | fb8c6ffaed25cbfe3bc815c7c9700290a0c840db (patch) | |
tree | 5b1370cf737efae90e8f146085093f17caffe7da /misc | |
parent | 427492612c0bb84f3090e5500de3e2a1923dc467 (diff) | |
download | ports-fb8c6ffaed25cbfe3bc815c7c9700290a0c840db.tar.gz ports-fb8c6ffaed25cbfe3bc815c7c9700290a0c840db.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index b3aaed9bb062..332c9a9585c5 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -3,7 +3,7 @@ PORTNAME= sword PORTVERSION= 1.7.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ @@ -21,8 +21,7 @@ BROKEN_powerpc64= does not compile: libicui18n.so: undefined reference to __cxa_ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-conf --with-zlib INSTALL_TARGET= install-strip -USES= compiler:c++11-lib gmake libtool pathfix pkgconfig -USE_CXXSTD= gnu++11 +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes SUB_FILES= pkg-message |