diff options
author | agc <agc@pkgsrc.org> | 2002-10-17 13:28:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-17 13:28:05 +0000 |
commit | 766d305c1714b3c4d1efa51ecfa8ea209bf3ab7a (patch) | |
tree | b17922ecd04c782666db141e22bfc57ef5bb11fa /sysutils | |
parent | a7b0fa059597b3622792ab0cc9d9690020d43c92 (diff) | |
download | pkgsrc-766d305c1714b3c4d1efa51ecfa8ea209bf3ab7a.tar.gz |
Enable this package on NetBSD-1.6 and above as well as NetBSD-1.5
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gpart/Makefile | 4 |
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" |