summaryrefslogtreecommitdiff
path: root/sysutils/gpart
diff options
context:
space:
mode:
authoragc <agc>2002-10-17 13:28:05 +0000
committeragc <agc>2002-10-17 13:28:05 +0000
commit986ee4c06eac5e1d4031eb15e66b0ba29155f5f0 (patch)
treeb17922ecd04c782666db141e22bfc57ef5bb11fa /sysutils/gpart
parent85b55ec391aec7d5c13e0badc3f013145496b5de (diff)
downloadpkgsrc-986ee4c06eac5e1d4031eb15e66b0ba29155f5f0.tar.gz
Enable this package on NetBSD-1.6 and above as well as NetBSD-1.5
Diffstat (limited to 'sysutils/gpart')
-rw-r--r--sysutils/gpart/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 8deec60d258..57f63d7197b 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/17 13:28:05 agc Exp $
DISTNAME= gpart-0.1g
CATEGORIES= sysutils
@@ -11,6 +11,6 @@ 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*-i386
+ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386
.include "../../mk/bsd.pkg.mk"