summaryrefslogtreecommitdiff
path: root/emulators/xcopilot
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 /emulators/xcopilot
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'emulators/xcopilot')
-rw-r--r--emulators/xcopilot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile
index ca433bfc05e..3120467a9c7 100644
--- a/emulators/xcopilot/Makefile
+++ b/emulators/xcopilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:42 tv Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:24 tron Exp $
#
DISTNAME= xcopilot-0.6.6
@@ -12,7 +12,8 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
-GNU_CONFIGURE= yes
-USE_X11= yes
+GNU_CONFIGURE= YES
+USE_X11= YES
+USE_XPM= YES
.include "../../mk/bsd.pkg.mk"