summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/Makefile
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-p2p/gnunet/Makefile
parentUpdate to 0.3. (diff)
- Link with -lcipher
Submitted by: Clemens Fischer <ino-qc@spotteswoode.dnsalias.org>
Notes
Notes: svn path=/head/; revision=95758
Diffstat (limited to '')
-rw-r--r--net-p2p/gnunet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index f4df235c952f..3af44de24eb1 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/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