diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-07 17:25:30 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-07 17:25:30 +0000 |
commit | 0f2794afa6e03214d6e8838be89e51017bcc90e6 (patch) | |
tree | 53d9dbd80734c7aeb51998bfd194be6a46ec2afb | |
parent | 9d015b90b02f84b3232b990ab4af00343646c9ca (diff) | |
download | pkgsrc-0f2794afa6e03214d6e8838be89e51017bcc90e6.tar.gz |
Don't depend on lesstif directly, use USE_MOTIF instead.
-rw-r--r-- | misc/gnucash/Makefile | 4 | ||||
-rw-r--r-- | x11/XmHTML/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index cc53b9c7c7e..6d1aed8acde 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/07 03:18:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1999/11/07 17:25:31 hubertf Exp $ # DISTNAME= XmHTML-1.1.5 @@ -10,10 +10,10 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= lesstif-0.88.9:../../x11/lesstif DEPENDS+= png-1.0.3:../../graphics/png USE_X11= yes +USE_MOTIF= yes do-configure: @(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} XPROJECTROOT=${X11BASE} ${XMKMF}) |