summaryrefslogtreecommitdiff
path: root/sysutils/gpart
diff options
context:
space:
mode:
authoragc <agc>2002-10-17 13:29:33 +0000
committeragc <agc>2002-10-17 13:29:33 +0000
commit75f28224ae5f599cfaa0d1d216903c1ddf2eca1d (patch)
tree0ef637c18f4e966640de85603c41556eaccf83f3 /sysutils/gpart
parent986ee4c06eac5e1d4031eb15e66b0ba29155f5f0 (diff)
downloadpkgsrc-75f28224ae5f599cfaa0d1d216903c1ddf2eca1d.tar.gz
Do the previous *after* engaging brain.
Diffstat (limited to 'sysutils/gpart')
-rw-r--r--sysutils/gpart/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 57f63d7197b..6c01000a3b2 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/10/17 13:28:05 agc Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/17 13:29:33 agc Exp $
DISTNAME= gpart-0.1g
CATEGORIES= sysutils
@@ -10,7 +10,7 @@ COMMENT= Tool to show the partitions on a PC type harddisk
USE_GMAKE= yes
-# Doesn't work on 1.4.x due too problems with dlopen
-ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386
+# Doesn't work on 1.4.x due to problems with dlopen
+NOT_FOR_PLATFORM= NetBSD-1.4*-*
.include "../../mk/bsd.pkg.mk"