diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
commit | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch) | |
tree | 8468e5b0da1375397af63a69b7076d0b05b24887 /devel/log4cxx/Makefile | |
parent | e74f1f2ba2a728af887a83b377b13746054b76e5 (diff) |
Notes
Diffstat (limited to 'devel/log4cxx/Makefile')
-rw-r--r-- | devel/log4cxx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 362e4fccbf27..b9438e4868ab 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -44,12 +44,6 @@ INSTALLS_SHLIB= yes PORTDOCS= * .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.x (missing swprintf in libc) -.endif - pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 @@ -65,4 +59,4 @@ post-install: done .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |