summaryrefslogtreecommitdiff
path: root/x11/XmHTML/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-07 17:25:30 +0000
committerhubertf <hubertf>1999-11-07 17:25:30 +0000
commitbce344114a31bf7b4fc87c12613be42799ee163e (patch)
tree53d9dbd80734c7aeb51998bfd194be6a46ec2afb /x11/XmHTML/Makefile
parent6610993bcaf8f18104d93c633ae2c9e6bdd708b5 (diff)
downloadpkgsrc-bce344114a31bf7b4fc87c12613be42799ee163e.tar.gz
Don't depend on lesstif directly, use USE_MOTIF instead.
Diffstat (limited to 'x11/XmHTML/Makefile')
-rw-r--r--x11/XmHTML/Makefile4
1 files changed, 2 insertions, 2 deletions
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})