diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
commit | 3fe7edf2399886ec0fb2bc928971ac6543d869ad (patch) | |
tree | e7cf0837ac28ba947958059c9f46abc82e5a4fb1 /misc/gnucash/Makefile | |
parent | c216c41c0a815e355fdacc820a0e1bc8037d319d (diff) | |
download | pkgsrc-3fe7edf2399886ec0fb2bc928971ac6543d869ad.tar.gz |
add USE_X11=yes
Diffstat (limited to 'misc/gnucash/Makefile')
-rw-r--r-- | misc/gnucash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile index 682a389ba99..7151108a0be 100644 --- a/misc/gnucash/Makefile +++ b/misc/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/23 03:56:11 mellon Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/26 18:56:14 garbled Exp $ # DISTNAME= gnucash-1.1.25 @@ -17,6 +17,7 @@ DEPENDS += XmHTML-1.1.5:../../x11/XmHTML DEPENDS += guile-1.3:../../lang/guile DEPENDS += libperl-5.00404:../../lang/libperl +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-guile=${PREFIX} --with-perl-includes=${PREFIX}/lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE USE_GMAKE= yes |