diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
commit | 08401ab584679ba575474618aea9ae870cf34d1a (patch) | |
tree | 89d01ce199123abe4719175bfd08a04f821a557e /devel/log4cxx | |
parent | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff) | |
download | freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'devel/log4cxx')
-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> |