diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 07:11:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 07:11:03 +0000 |
commit | 71053428516d33b7843d30257bdc26d2bfc33fdc (patch) | |
tree | 9573c9c977d76c73a5036d697ae249b33e3a2191 /finance/grisbi/Makefile | |
parent | 33786d7e6fcbbe91a909b4b14202d95025f7114b (diff) |
Notes
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r-- | finance/grisbi/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 3c182e0f77d3..52d85e43858e 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grisbi -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= finance MASTER_SITES= http://grisbi.org/download/packages/${PORTVERSION}/sources/ \ http://cedricauger.free.fr/download/packages/${PORTVERSION}/sources/ \ @@ -26,10 +26,9 @@ USE_BISON= yes USE_BZIP2= yes USE_AUTOCONF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - AUTOHEADER="${AUTOHEADER}" \ - AUTOCONF="${AUTOCONF}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + AUTOHEADER="${AUTOHEADER}" AUTOCONF="${AUTOCONF}" post-install: @${ECHO_MSG} |