diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-04-06 15:45:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-04-06 15:45:59 +0000 |
commit | 2a2be0cc2d9f206161e41dd3c0bc4609c94d03c1 (patch) | |
tree | bbaff389a71d618348086c3c99a375ad2a018bc4 /pkgtools/pkg_select | |
parent | fbd7d41a005670e7bb84080241edcfa33d3995ec (diff) | |
download | pkgsrc-2a2be0cc2d9f206161e41dd3c0bc4609c94d03c1.tar.gz |
Add DragonFly to ONLY_FOR_PLATFORM.
Diffstat (limited to 'pkgtools/pkg_select')
-rw-r--r-- | pkgtools/pkg_select/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_select/Makefile b/pkgtools/pkg_select/Makefile index e2c3e6e520f..30eb6d7c79e 100644 --- a/pkgtools/pkg_select/Makefile +++ b/pkgtools/pkg_select/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/06 15:20:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/06 15:45:59 xtraeme Exp $ # DISTNAME= pkg_select-20050403 @@ -10,7 +10,7 @@ COMMENT= Curses based pkgsrc system browser / manager PKG_INSTALLATION_TYPES= overwrite pkgviews -ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* Darwin-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* Darwin-*-* DragonFly-*-* WRKSRC= ${WRKDIR}/pkg_select NO_CONFIGURE= yes |