diff options
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" |