summaryrefslogtreecommitdiff
path: root/emulators/xcopilot
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /emulators/xcopilot
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'emulators/xcopilot')
-rw-r--r--emulators/xcopilot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile
index 1768860e814..ca433bfc05e 100644
--- a/emulators/xcopilot/Makefile
+++ b/emulators/xcopilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/02/05 07:38:14 nathanw Exp $
+# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:42 tv Exp $
#
DISTNAME= xcopilot-0.6.6
@@ -10,7 +10,7 @@ HOMEPAGE= http://xcopilot.cuspy.com/
DEPENDS+= xpm-3.4k:../../graphics/xpm
-NOT_FOR_ARCHS= alpha # suspected LP64 bugs
+NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
GNU_CONFIGURE= yes
USE_X11= yes