aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2009-10-09 21:24:30 +0800
committerjohans <johans@FreeBSD.org>2009-10-09 21:24:30 +0800
commit45306c1a7dcba152613a3d69c629f0fec6559b0d (patch)
tree27fb68951bfe3afa362aaa2ff6ecd724d1c2f98c /lang
parent3d60feced7672dd63e8f0a06c7b0b823eb92f765 (diff)
downloadfreebsd-ports-gnome-45306c1a7dcba152613a3d69c629f0fec6559b0d.tar.gz
freebsd-ports-gnome-45306c1a7dcba152613a3d69c629f0fec6559b0d.tar.zst
freebsd-ports-gnome-45306c1a7dcba152613a3d69c629f0fec6559b0d.zip
- Remove dependency on security/nettle in preparation of nettle upgrade
(now using nettle code included in the pike distribution) - Claim maintainership
Diffstat (limited to 'lang')
-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