diff options
author | agc <agc> | 2002-10-17 13:29:33 +0000 |
---|---|---|
committer | agc <agc> | 2002-10-17 13:29:33 +0000 |
commit | fa3d9d0da2a99b7c072af91b190a61cab588718b (patch) | |
tree | 0ef637c18f4e966640de85603c41556eaccf83f3 /sysutils | |
parent | 5cec618907266adb6afd9ccf2daf9fd907970495 (diff) | |
download | pkgsrc-fa3d9d0da2a99b7c072af91b190a61cab588718b.tar.gz |
Do the previous *after* engaging brain.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gpart/Makefile | 6 |
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" |