diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-25 15:42:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-25 15:42:56 +0000 |
commit | d65d961fd6bb6fcbd6ddf83664f02dd47ee0d906 (patch) | |
tree | 9f7a65e779d5a5a04c4cf03539f61702aefcf094 | |
parent | 5ef97e8bb8d86ae3e609ca1daab8993965b02db3 (diff) | |
download | pkgsrc-d65d961fd6bb6fcbd6ddf83664f02dd47ee0d906.tar.gz |
Compiles on DragonFly, so let users test it.
-rw-r--r-- | sysutils/setquota/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile index 43e5e029821..1d1a65238aa 100644 --- a/sysutils/setquota/Makefile +++ b/sysutils/setquota/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/03 21:52:33 kristerw Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/25 15:42:56 joerg Exp $ # DISTNAME= setquota-0.1 @@ -11,7 +11,7 @@ HOMEPAGE= # unknown COMMENT= Command line quota tools # BSD oriented, haven't checked on other environment now -ONLY_FOR_PLATFORM= NetBSD-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-* WRKSRC= ${WRKDIR}/setquota/ |