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. --- x11/speyes/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11/speyes') diff --git a/x11/speyes/Makefile b/x11/speyes/Makefile index cbbb67411a2..13764761c3c 100644 --- a/x11/speyes/Makefile +++ b/x11/speyes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/16 01:28:35 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:36 tron Exp $ DISTNAME= speyes-1.2.0 CATEGORIES= x11 @@ -7,9 +7,8 @@ MASTER_SITES= http://www.halcyon.com/amalmin/speyes/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.halcyon.com/amalmin/speyes/speyes.html -DEPENDS+= xpm-*:../../graphics/xpm - -USE_X11BASE= yes -USE_IMAKE= yes +USE_X11BASE= YES +USE_XPM= YES +USE_IMAKE= YES .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3