diff options
author | agc <agc@pkgsrc.org> | 2002-10-17 13:29:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-17 13:29:33 +0000 |
commit | bfb670d6b92d8c923d77ccd31ad57ee1150252f1 (patch) | |
tree | 0ef637c18f4e966640de85603c41556eaccf83f3 /sysutils | |
parent | 766d305c1714b3c4d1efa51ecfa8ea209bf3ab7a (diff) | |
download | pkgsrc-bfb670d6b92d8c923d77ccd31ad57ee1150252f1.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" |