diff options
author | demon <demon@FreeBSD.org> | 2014-08-31 21:18:45 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-08-31 21:18:45 +0800 |
commit | 3561f39478cca3116cdc1a959cb70ddbabffbc88 (patch) | |
tree | 376a435b03f8944a03061b054726fdbdebc8da2e | |
parent | 6cfd62d63cf19ad8995c25275205961c06e6a8ab (diff) | |
download | freebsd-ports-gnome-3561f39478cca3116cdc1a959cb70ddbabffbc88.tar.gz freebsd-ports-gnome-3561f39478cca3116cdc1a959cb70ddbabffbc88.tar.zst freebsd-ports-gnome-3561f39478cca3116cdc1a959cb70ddbabffbc88.zip |
Do build shared libraries.
-rw-r--r-- | textproc/irstlm/Makefile | 3 | ||||
-rw-r--r-- | textproc/irstlm/pkg-plist | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/textproc/irstlm/Makefile b/textproc/irstlm/Makefile index b8b00cd652d1..40f3234319ba 100644 --- a/textproc/irstlm/Makefile +++ b/textproc/irstlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= irstlm PORTVERSION= 5.80.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-5.80 @@ -14,6 +14,7 @@ COMMENT= The IRST Language Modeling Toolkit RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared USE_PERL5= run USE_GCC= yes USE_AUTOTOOLS= libtoolize aclocal autoconf automake diff --git a/textproc/irstlm/pkg-plist b/textproc/irstlm/pkg-plist index 5a6f3e9f83e3..50c86ae64d03 100644 --- a/textproc/irstlm/pkg-plist +++ b/textproc/irstlm/pkg-plist @@ -48,3 +48,6 @@ include/shiftlm.h include/timer.h include/util.h lib/libirstlm.a +lib/libirstlm.so +lib/libirstlm.so.0 +lib/libirstlm.so.0.0.0 |