aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-05 16:33:53 +0800
committermarcus <marcus@FreeBSD.org>2003-02-05 16:33:53 +0800
commitafdb4eaf15b80348fe43a7b512e9a7518d254cfb (patch)
treed94fe0780d72ae535da07b1450049a680782fcaa /finance/gnucash/Makefile
parent8e6c12881f2ac2daf21898de1e7e72c93ea90602 (diff)
downloadfreebsd-ports-gnome-afdb4eaf15b80348fe43a7b512e9a7518d254cfb.tar.gz
freebsd-ports-gnome-afdb4eaf15b80348fe43a7b512e9a7518d254cfb.tar.zst
freebsd-ports-gnome-afdb4eaf15b80348fe43a7b512e9a7518d254cfb.zip
Install the modules .la files. This is one of the rare exceptions where
this is required to get the application working.
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r--finance/gnucash/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 5e31ffbada4c..e829f32a7517 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/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>