diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
commit | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (patch) | |
tree | 6adf22ccd743df57b19e1e180d4cc1e16851afeb /net-p2p/libfreenet | |
parent | e0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (diff) |
Notes
Diffstat (limited to 'net-p2p/libfreenet')
-rw-r--r-- | net-p2p/libfreenet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile index 4459b7dfec7d..75d358c27115 100644 --- a/net-p2p/libfreenet/Makefile +++ b/net-p2p/libfreenet/Makefile @@ -19,7 +19,7 @@ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |