diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2006-11-05 09:04:18 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-11-05 09:04:18 +0000 |
commit | 892505fb2f9a623c29e29d49f7e442db4d220273 (patch) | |
tree | 36fb05422ebdd89c946b146932c0173cca0fc8a2 /astro | |
parent | - Update to 1.4.10 (diff) |
Mark gpstk as requiring gcc 3.4.x or greater.
Notes
Notes:
svn path=/head/; revision=176452
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpstk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index 6b6d9c5f71c9..a11283445a4c 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -16,6 +16,7 @@ COMMENT= Toolkit for developing GPS applications BUILD_DEPENDS= ${LOCALBASE}/bin/jam:${PORTSDIR}/devel/jam +USE_GCC= 3.4+ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |