diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-03 01:23:33 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-03 01:23:33 +0000 |
commit | 10993d4348ae79baf1c3cda9eab719bb08892698 (patch) | |
tree | 529fd4e444b2ba3e34355d248e8db3b1755bdc78 /textproc | |
parent | 964eed2b81923804d95d71982b07d5e3cd676c24 (diff) | |
download | ports-10993d4348ae79baf1c3cda9eab719bb08892698.tar.gz ports-10993d4348ae79baf1c3cda9eab719bb08892698.zip |
- add USE_GCC=3.3 when default gcc is 3.4
Notes
Notes:
svn path=/head/; revision=120679
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nicetext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index 0fee8c888ca1..28e87c8cb25c 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -28,7 +28,7 @@ PROGRAMS= bitcp dct2mstr expgram genmodel gramtest impkimmo impmsc \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" +USE_GCC= 3.3 .endif post-patch: |