diff options
Diffstat (limited to 'lang/qore/Makefile')
-rw-r--r-- | lang/qore/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |