diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
commit | 6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch) | |
tree | 505745271461218ddd8e06519c9f526e5578afe2 /textproc/domc | |
parent | 3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff) | |
download | ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.tar.gz ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.zip |
Notes
Diffstat (limited to 'textproc/domc')
-rw-r--r-- | textproc/domc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 1389614b3ca5..fdac26942df9 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -39,8 +39,4 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" IGNORE= requires wchar functions to use the produced library .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif - .include <bsd.port.post.mk> |