From 3bb1003bffe659fe78e3ff049aa5e426d687763a 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. --- editors/abiword/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/abiword') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 5fdfe6479ae..51fe7349ecb 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/08/04 11:09:38 abs Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:23 tron Exp $ # # According to AbiSource's explanation of their trademark rights, @@ -20,11 +20,11 @@ HOMEPAGE= http://www.abisource.com/ BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= png>=1.0.6:../../graphics/png -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11= # defined -USE_GMAKE= # defined -NO_CONFIGURE= # defined +USE_X11= YES +USE_XPM= YES +USE_GMAKE= YES +NO_CONFIGURE= YES ALL_TARGET= compile canonical DIST_SUBDIR= abisuite -- cgit v1.2.3