diff options
author | bms <bms@FreeBSD.org> | 2006-11-05 17:04:18 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2006-11-05 17:04:18 +0800 |
commit | 1f2e61cfffbed8bd12302a86373f56446f59ec99 (patch) | |
tree | 55f2bf30872fb26cd2a0bdd29f3e812e967fb081 /astro/gpstk | |
parent | c807d11692410d2ed13ac2d93db0ba97976f6687 (diff) | |
download | freebsd-ports-gnome-1f2e61cfffbed8bd12302a86373f56446f59ec99.tar.gz freebsd-ports-gnome-1f2e61cfffbed8bd12302a86373f56446f59ec99.tar.zst freebsd-ports-gnome-1f2e61cfffbed8bd12302a86373f56446f59ec99.zip |
Mark gpstk as requiring gcc 3.4.x or greater.
Diffstat (limited to 'astro/gpstk')
-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} |