diff options
author | gdt <gdt@pkgsrc.org> | 2009-07-21 13:08:40 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-07-21 13:08:40 +0000 |
commit | e292fbf6153feb11c7be476b3345fbb900d1a4f8 (patch) | |
tree | 5f4a4b88b9621e3b7a6cff603a5f4cd33317ace5 /geography | |
parent | 8fab609c90e65ab09146213505c75ac0dbab4d68 (diff) | |
download | pkgsrc-e292fbf6153feb11c7be476b3345fbb900d1a4f8.tar.gz |
Drop ONLY_FOR_PLATFORM because this builds fine on Darwin.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/garmin-utils/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/geography/garmin-utils/Makefile b/geography/garmin-utils/Makefile index 435b292afb1..b32511b41f7 100644 --- a/geography/garmin-utils/Makefile +++ b/geography/garmin-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/02/22 22:07:52 gdt Exp $ +# $NetBSD: Makefile,v 1.13 2009/07/21 13:08:40 gdt Exp $ # DISTNAME= garmin-utils-2.5 @@ -13,9 +13,6 @@ COMMENT= Utilities for Garmin GPS receivers PKG_DESTDIR_SUPPORT= user-destdir -# This seems excessive; on other ones it can be made to work. -ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* - INSTALLATION_DIRS= bin lib ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 USE_BSD_MAKEFILE= yes |