From d9e03c3558722b30a745e7e75c1d6ecc9c22c99f Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- x11/XmHTML/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'x11/XmHTML') diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 16642a0689b..e8d2046f2c5 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/06/21 06:25:36 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/23 23:14:34 tron Exp $ # DISTNAME= XmHTML-1.1.7 @@ -8,16 +8,16 @@ MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png -USE_X11= # defined -USE_MOTIF= # defined -USE_GMAKE= # defined -USE_LIBTOOL= # defined +USE_X11= YES +USE_XPM= YES +USE_MOTIF= YES +USE_GMAKE= YES +USE_LIBTOOL= YES -NO_CONFIGURE= # defined +NO_CONFIGURE= YES do-install: ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_DATA} \ -- cgit v1.2.3