diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 04:58:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 04:58:41 +0000 |
commit | 97accc70e24e26fd9da090709ddeb4599071c541 (patch) | |
tree | c51974c20cb5f58dc462c6b7596241740fd5e38e /net-p2p | |
parent | 46b14da6d109d82135a4830be8cd17ef81dc38f0 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 |
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 |