diff options
author | garbled <garbled> | 1999-04-26 18:56:13 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 18:56:13 +0000 |
commit | 55598e336b7af546b570f4bc0c4213dc763c2dd8 (patch) | |
tree | e7cf0837ac28ba947958059c9f46abc82e5a4fb1 /misc/gnucash/Makefile | |
parent | 9519f2629e7389094db9fef7edca63a26ecb97a9 (diff) | |
download | pkgsrc-55598e336b7af546b570f4bc0c4213dc763c2dd8.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 |