diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 17:43:44 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 17:43:44 +0000 |
commit | 7b4ee14e1fc34f0768f24115ada4f2d23bd35e75 (patch) | |
tree | 98b7a5465e92a2c035d88004521e64753c08b0ef /textproc/domc/Makefile | |
parent | 856903091afce38773f4c8d6d5604d3e97d0fa88 (diff) |
Notes
Diffstat (limited to 'textproc/domc/Makefile')
-rw-r--r-- | textproc/domc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index fdac26942df9..a20ad3792066 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -33,10 +33,4 @@ USE_LDCONFIG= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500039 -IGNORE= requires wchar functions to use the produced library -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |