diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-04 19:06:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-04 19:06:39 +0000 |
commit | a8e00bb52a82ead8bef59480dab792c91295b3b9 (patch) | |
tree | d9570a57dfb4c2e9a891dbde3e579c6eccfe656e /devel/bonobo-activation | |
parent | 1af2baef8456f3254f5c7aa60d3fb311343ac319 (diff) | |
download | ports-a8e00bb52a82ead8bef59480dab792c91295b3b9.tar.gz ports-a8e00bb52a82ead8bef59480dab792c91295b3b9.zip |
Notes
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r-- | devel/bonobo-activation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index d61819e0a04e..1dcc21ed06cf 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -27,7 +27,7 @@ USE_PERL5= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -pthread" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bonobo-activation-server.1 |