aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-10-09 13:24:30 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-10-09 13:24:30 +0000
commitdd15deff2d252422b21512a18f1ccee033b3c3bb (patch)
tree47a3d91a6666be3b42b443c9bf8016ba2dd6cdc0
parente4339e6ae4efdca0e8a69adc01627fce46ece4cf (diff)
Notes
-rw-r--r--lang/pike76/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index eb12d54616a9..7eb94b7417f9 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pike76
PORTVERSION= 7.6.112
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
@@ -17,14 +17,13 @@ MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/
DISTNAME= Pike-v${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= johans@stack.nl
COMMENT= A dynamic programming language with a syntax similar to C++
LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
pcre.0:${PORTSDIR}/devel/pcre \
- nettle.2:${PORTSDIR}/security/nettle \
mird.1:${PORTSDIR}/databases/mird \
gmp.8:${PORTSDIR}/math/libgmp4
@@ -78,7 +77,8 @@ CONFIGURE_ARGS+= --without-debug \
--without-machine-code \
--prefix=${PREFIX}
-MAKE_ARGS= "CONFIGUREARGS=${CONFIGURE_ARGS}"
+MAKE_ARGS= CONFIGUREARGS="${CONFIGURE_ARGS}" ac_cv_lib_nettle_md5_init=no \
+ ac_cv_lib_nettle_nettle_md5_init=no
USE_GETTEXT= yes
USE_BISON= build