diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 05:56:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 05:56:06 +0800 |
commit | 2ae42d4da1f669156f9cf708142204bcd0ab4db4 (patch) | |
tree | 316ab9e215c2dba411a8057aebcd8836f0d4407a /lang | |
parent | 64d9b1d1c09e709f31165f32f2e82f70d56a6972 (diff) | |
download | freebsd-ports-gnome-2ae42d4da1f669156f9cf708142204bcd0ab4db4.tar.gz freebsd-ports-gnome-2ae42d4da1f669156f9cf708142204bcd0ab4db4.tar.zst freebsd-ports-gnome-2ae42d4da1f669156f9cf708142204bcd0ab4db4.zip |
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r-- | lang/qore/Makefile | 4 | ||||
-rw-r--r-- | lang/qore/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 6070810c76b8..944aafa7dd35 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -2,6 +2,7 @@ PORTNAME= qore PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/qore/qore/${PORTVERSION}/ @@ -15,8 +16,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison -USE_BZIP2= yes -USES= gmake iconv pathfix +USES= gmake iconv libtool pathfix tar:bzip2 USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/lang/qore/pkg-plist b/lang/qore/pkg-plist index a73f9a149253..75d88a809117 100644 --- a/lang/qore/pkg-plist +++ b/lang/qore/pkg-plist @@ -76,9 +76,9 @@ include/qore/support.h include/qore/QoreHttpClientObject.h include/qore/QoreSocketObject.h include/qore/qlist -lib/libqore.la lib/libqore.so -lib/libqore.so.16 +lib/libqore.so.5 +lib/libqore.so.5.11.0 lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm lib/qore-modules/%%PORTVERSION%%/HttpServer.qm lib/qore-modules/%%PORTVERSION%%/MailMessage.qm |