diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-07 01:43:44 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-07 01:43:44 +0800 |
commit | 27a736fb02fecd595cc796a3b6ef1617479e56ac (patch) | |
tree | 68b15647c974de831db75d2d9d7e4711a809a395 /textproc/domc | |
parent | 89a56cf662a394a87c66ec55cfad74f79014a10b (diff) | |
download | freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.gz freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.zst freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'textproc/domc')
-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> |