diff options
author | marino <marino@pkgsrc.org> | 2014-05-01 09:00:27 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2014-05-01 09:00:27 +0000 |
commit | c54ef3ac3e3f60884d6aaa0ee1f508a16ed71ba0 (patch) | |
tree | 005e3471814a852f7d6b5344dd1e26c81adeeeea /devel/gps/Makefile | |
parent | 8efaca136e2ffc0fe22e3da4fbc5311492c2a6c0 (diff) | |
download | pkgsrc-c54ef3ac3e3f60884d6aaa0ee1f508a16ed71ba0.tar.gz |
devel/gps: Fix missing rpath on gnatinspect which fails dev checks
I also verified that devel/gps does build on NetBSD 6.99, but not
NetBSD 6.1, so the NOT_FOR_PLATFORM is currently correct.
Diffstat (limited to 'devel/gps/Makefile')
-rw-r--r-- | devel/gps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 34b47f685a2..4228dc63737 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2014/04/30 16:32:20 marino Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/01 09:00:27 marino Exp $ # DISTNAME= gps-${GPS_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTFILES= gps-5.2.1-1-src.tgz |