summaryrefslogtreecommitdiff
path: root/misc/gnucash/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
commit18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /misc/gnucash/Makefile
parent81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff)
downloadpkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'misc/gnucash/Makefile')
-rw-r--r--misc/gnucash/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile
index f0bc5d86f06..6bf8820b006 100644
--- a/misc/gnucash/Makefile
+++ b/misc/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/08/15 02:44:44 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2000/08/27 07:11:14 jlam Exp $
#
DISTNAME= gnucash-1.4.3
@@ -29,17 +29,10 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-guile-config=${LOCALBASE}/bin/guile-config
CONFIGURE_ARGS+= --without-motif --without-included-gettext
+CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB}
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
-
-# These definitions are after the inclusion of bsd.pkg.mk so that
-# LOCALBASE and SED are defined at this point.
-#
-PERL= ${LOCALBASE}/bin/perl
-P5_ARCHLIB!= eval `${PERL} -V:installarchlib`; \
- echo $${installarchlib}
-CONFIGURE_ARGS+= --with-perl-includes=${P5_ARCHLIB}