diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-08 03:00:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-08 03:00:29 +0000 |
commit | b37cceb5b15bacb067efafce7b4b43ee3e9ea2ed (patch) | |
tree | d67c38589f0a70653612f61a7f96e8c870fc484e /finance | |
parent | 43d1ffd334b7e12af89472e4d27a69f25f4a329a (diff) | |
download | pkgsrc-b37cceb5b15bacb067efafce7b4b43ee3e9ea2ed.tar.gz |
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 1886c85857d..5aac12e99f3 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2004/01/22 08:37:19 grant Exp $ +# $NetBSD: Makefile,v 1.57 2004/02/08 03:00:29 jlam Exp $ DISTNAME= gnucash-1.8.8 PKGREVISION= 2 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} CONFIGURE_ENV+= GUILE="${GUILE14}" CONFIGURE_ENV+= PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" -AM_MAKEFLAGS= LIBTOOL='${PKGLIBTOOL} ${LIBTOOL_FLAGS}' +AM_MAKEFLAGS= LIBTOOL='${LIBTOOL} ${LIBTOOL_FLAGS}' MAKE_ENV+= AM_MAKEFLAGS="${AM_MAKEFLAGS}" INFO_FILES= gnucash-design.info |