summaryrefslogtreecommitdiff
path: root/x11/speyes
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/speyes
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/speyes')
-rw-r--r--x11/speyes/Makefile9
1 files changed, 4 insertions, 5 deletions
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"