diff options
author | krion <krion@FreeBSD.org> | 2003-12-14 07:22:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-14 07:22:08 +0800 |
commit | df75232e6095ab26b4ce72c93905fb84fcf9e3a8 (patch) | |
tree | 6f219b88d62e8e783cb113eee91993cb37ab3544 | |
parent | 5d460eec0559bbf1a845f075193047df0dbf1718 (diff) | |
download | freebsd-ports-graphics-df75232e6095ab26b4ce72c93905fb84fcf9e3a8.tar.gz freebsd-ports-graphics-df75232e6095ab26b4ce72c93905fb84fcf9e3a8.tar.zst freebsd-ports-graphics-df75232e6095ab26b4ce72c93905fb84fcf9e3a8.zip |
- Link with -lcipher
Submitted by: Clemens Fischer <ino-qc@spotteswoode.dnsalias.org>
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 | ||||
-rw-r--r-- | net/gnunet/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index f4df235c952..3af44de24eb 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 diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index f4df235c952..3af44de24eb 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 |