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 | e41d500890f64f64192613329ebc8d0488248942 (patch) | |
tree | bbaff389a71d618348086c3c99a375ad2a018bc4 /pkgtools | |
parent | 255b27674512ff58d841014ef89b6b74fdba289d (diff) | |
download | pkgsrc-e41d500890f64f64192613329ebc8d0488248942.tar.gz |
Add DragonFly to ONLY_FOR_PLATFORM.
Diffstat (limited to 'pkgtools')
-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 |