aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gnunet
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-12-14 07:22:08 +0800
committerkrion <krion@FreeBSD.org>2003-12-14 07:22:08 +0800
commitdf75232e6095ab26b4ce72c93905fb84fcf9e3a8 (patch)
tree6f219b88d62e8e783cb113eee91993cb37ab3544 /net-p2p/gnunet
parent5d460eec0559bbf1a845f075193047df0dbf1718 (diff)
downloadfreebsd-ports-gnome-df75232e6095ab26b4ce72c93905fb84fcf9e3a8.tar.gz
freebsd-ports-gnome-df75232e6095ab26b4ce72c93905fb84fcf9e3a8.tar.zst
freebsd-ports-gnome-df75232e6095ab26b4ce72c93905fb84fcf9e3a8.zip
- Link with -lcipher
Submitted by: Clemens Fischer <ino-qc@spotteswoode.dnsalias.org>
Diffstat (limited to 'net-p2p/gnunet')
-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