summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-11-07 17:25:30 +0000
committerhubertf <hubertf@pkgsrc.org>1999-11-07 17:25:30 +0000
commit0f2794afa6e03214d6e8838be89e51017bcc90e6 (patch)
tree53d9dbd80734c7aeb51998bfd194be6a46ec2afb /misc
parent9d015b90b02f84b3232b990ab4af00343646c9ca (diff)
downloadpkgsrc-0f2794afa6e03214d6e8838be89e51017bcc90e6.tar.gz
Don't depend on lesstif directly, use USE_MOTIF instead.
Diffstat (limited to 'misc')
-rw-r--r--misc/gnucash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile
index 23d1492ef79..3a1c04a50a1 100644
--- a/misc/gnucash/Makefile
+++ b/misc/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/09/30 10:06:39 jlam Exp $
+# $NetBSD: Makefile,v 1.6 1999/11/07 17:25:30 hubertf Exp $
#
DISTNAME= gnucash-1.1.25
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnucash.org/
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= lesstif-0.88.9:../../x11/lesstif
DEPENDS+= swig-1.1p5:../../devel/swig
DEPENDS+= eperl-2.2.14:../../textproc/eperl
DEPENDS+= XmHTML-1.1.5:../../x11/XmHTML
@@ -18,6 +17,7 @@ DEPENDS+= guile-1.3.2:../../lang/guile
DEPENDS+= libperl-5.00404:../../lang/libperl
USE_X11= yes
+USE_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-guile=${PREFIX} --with-perl-includes=${PREFIX}/lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE
USE_GMAKE= yes