aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qore/Makefile
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2014-02-12 14:50:55 +0800
committerrm <rm@FreeBSD.org>2014-02-12 14:50:55 +0800
commitd53b03d585e3dfe1a11094623c66423b05da5dc9 (patch)
tree8fd75cb551e95f3961f7e32f034d8d445e7c7ca5 /lang/qore/Makefile
parent60175364374791804aa2663491b0b8ae78277b07 (diff)
downloadfreebsd-ports-gnome-d53b03d585e3dfe1a11094623c66423b05da5dc9.tar.gz
freebsd-ports-gnome-d53b03d585e3dfe1a11094623c66423b05da5dc9.tar.zst
freebsd-ports-gnome-d53b03d585e3dfe1a11094623c66423b05da5dc9.zip
- update to 0.8.8
while here: - fix submission a bit (include back qore-modules) - fix build with clang - support staging PR: 186496 Submitted by: Brett Estrade <estrabd@gmail.com> (maintainer)
Diffstat (limited to 'lang/qore/Makefile')
-rw-r--r--lang/qore/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile
index 013a99238bf7..a82d5be993f0 100644
--- a/lang/qore/Makefile
+++ b/lang/qore/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= qore
-PORTVERSION= 0.8.7
+PORTVERSION= 0.8.8
CATEGORIES= lang
MASTER_SITES= SF/qore/qore/${PORTVERSION}/
@@ -16,8 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= pathfix iconv
+USES= gmake iconv pathfix
USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -28,10 +27,8 @@ CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" \
CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= qore.1
PLIST_SUB= PORTVERSION=${PORTVERSION}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"