diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-11 15:17:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-11 15:17:30 +0000 |
commit | 910e6612b44c9803b9d5199675ad9688ddf71ac2 (patch) | |
tree | 15bcd0ed77bd95ca54fdf1bd049b8a10d0e4a7fa /devel/ustl | |
parent | 64aa72ccfcff2dae2772e45b86cca9df8e562a92 (diff) |
Use GCC 3.3, because it builds fine with CURRENTs system compiler
Notes
Notes:
svn path=/head/; revision=100676
Diffstat (limited to 'devel/ustl')
-rw-r--r-- | devel/ustl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile index 3646b9f6261b..e73f1479ab77 100644 --- a/devel/ustl/Makefile +++ b/devel/ustl/Makefile @@ -19,7 +19,7 @@ COMMENT= Codespace-frugal STL implementation USE_BZIP2= yes USE_REINPLACE= yes -USE_GCC= 3.2 +USE_GCC= 3.3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} HAS_CONFIGURE= yes USE_GMAKE= yes |