diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-13 23:22:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-13 23:22:08 +0000 |
commit | dc414f9909b238eefbfd23402ca81c424df6e277 (patch) | |
tree | 86d544e84d11841ac0ebb7775e90574616a4fcd4 /net | |
parent | 3bda4a38bc8a8e034f88003463704fa8eda995be (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnunet/Makefile | 4 |
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 |