diff options
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> |