diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-05 08:33:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-05 08:33:53 +0000 |
commit | d6d5c6b3706ccb17db35ac5adf9a5b36887bf228 (patch) | |
tree | 052c75c3be2bef5c74e0559c64cf75d98fc2bc4a /finance/gnucash-devel/Makefile | |
parent | 9025b6ff42896004a1ae829bb0eed91f73941ecf (diff) |
Install the modules .la files. This is one of the rare exceptions where
this is required to get the application working.
Notes
Notes:
svn path=/head/; revision=74810
Diffstat (limited to 'finance/gnucash-devel/Makefile')
-rw-r--r-- | finance/gnucash-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 5e31ffbada4c..e829f32a7517 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -48,7 +49,5 @@ MAN1= gnc-prices.1 gnucash.1 post-patch: @${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|LDFLAGS = -module|LDFLAGS = -module -avoid-version|g' .include <bsd.port.mk> |