aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-13 23:22:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-13 23:22:08 +0000
commitdc414f9909b238eefbfd23402ca81c424df6e277 (patch)
tree86d544e84d11841ac0ebb7775e90574616a4fcd4 /net/gnunet
parent3bda4a38bc8a8e034f88003463704fa8eda995be (diff)
downloadports-dc414f9909b238eefbfd23402ca81c424df6e277.tar.gz
ports-dc414f9909b238eefbfd23402ca81c424df6e277.zip
Notes
Diffstat (limited to 'net/gnunet')
-rw-r--r--net/gnunet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
index f4df235c952f..3af44de24eb1 100644
--- a/net/gnunet/Makefile
+++ b/net/gnunet/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnunet
PORTVERSION= 0.6.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}
@@ -33,7 +33,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --disable-ltdl-install
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lcipher
.if defined(WITH_GDBM)
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm