diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-09 16:46:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-09 16:46:24 +0000 |
commit | 4cdc8d2b39c46f05665b64812312db3bc296a6d7 (patch) | |
tree | 6fc1679a5559839b75f3f3c7515d379e0033bfed /deskutils | |
parent | cc09d794bb43a7a298eb139b1cefb436c612260f (diff) | |
download | ports-4cdc8d2b39c46f05665b64812312db3bc296a6d7.tar.gz ports-4cdc8d2b39c46f05665b64812312db3bc296a6d7.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/logjam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 2635b0e9aec4..1394cc16ab67 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 |