summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 04:58:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 04:58:41 +0000
commit97accc70e24e26fd9da090709ddeb4599071c541 (patch)
treec51974c20cb5f58dc462c6b7596241740fd5e38e /net-p2p/gnunet/Makefile
parentNew port: audio/mpio-driver Digit@lway MPIO MP3 player device driver KMOD (diff)
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk Approved by: krion
Notes
Notes: svn path=/head/; revision=88243
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 0261543359c3..4a23075ba739 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -30,8 +30,8 @@ USE_GNOME= gtk12
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITH_GDBM)
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm