diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-05-02 05:52:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-05-02 05:52:32 +0000 |
commit | 4b36aaaa37cf70e8156abee4f4246b69a7a34a74 (patch) | |
tree | 7aa089188314c73b666afab74b5bc3acabcc8750 /misc/firestring | |
parent | fc97806568815136a365483648eba3c145abc4ec (diff) |
Notes
Diffstat (limited to 'misc/firestring')
-rw-r--r-- | misc/firestring/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index e97abe1ed62f..bd81653cd6e5 100644 --- a/misc/firestring/Makefile +++ b/misc/firestring/Makefile @@ -23,8 +23,6 @@ INSTALLS_SHLIB= yes .if ${OSVERSION} < 500000 USE_GCC= 3.2 -.else -USE_GCC= yes .endif WRKSRC= ${WRKDIR}/${PORTNAME} |