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/rast | |
parent | 856903091afce38773f4c8d6d5604d3e97d0fa88 (diff) | |
download | ports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.tar.gz ports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.zip |
Notes
Diffstat (limited to 'textproc/rast')
-rw-r--r-- | textproc/rast/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile index 8974b96615ec..6823ebe18673 100644 --- a/textproc/rast/Makefile +++ b/textproc/rast/Makefile @@ -69,11 +69,6 @@ PLIST_SUB+= WITH_XMLRPC_C="@comment " .include <bsd.port.pre.mk> -# For 4.x systems. -.if ${OSVERSION} <= 503000 -BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file -.endif - DEFAULT_ENCODING?= euc_jp .include <bsd.port.post.mk> |