aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-01 01:18:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-01 01:18:56 +0000
commit3c8e859382673a8c077907a06b5b5e57fc5b68a8 (patch)
tree25da2e333e482fd045fc0326987698aa559f937a
parent5c795d07084d1675f2eb4d56f13bddba8b6e76e3 (diff)
downloadports-3c8e859382673a8c077907a06b5b5e57fc5b68a8.tar.gz
ports-3c8e859382673a8c077907a06b5b5e57fc5b68a8.zip
Notes
-rw-r--r--net-p2p/gnunet/Makefile2
-rw-r--r--net/gnunet/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index bbd8918809c1..78b492e7d766 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -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 -lcipher
+LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITH_GDBM)
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
index bbd8918809c1..78b492e7d766 100644
--- a/net/gnunet/Makefile
+++ b/net/gnunet/Makefile
@@ -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 -lcipher
+LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITH_GDBM)
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm