From 587341014dcf04fca76da69275d7d83734bda03e Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 30 Apr 2005 01:39:47 +0000
Subject: Now builds on 4.x

---
 graphics/batik/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to 'graphics/batik')

diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile
index 1fa48d2fb8dd..ce82732f54ee 100644
--- a/graphics/batik/Makefile
+++ b/graphics/batik/Makefile
@@ -31,12 +31,6 @@ TARGET_DIR=	${WRKSRC}/${PORTNAME}-${PORTVERSION}
 ALL_TARGET+=	html
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		"Does not compile on 4.x"
-.endif
-
 do-install:
 	cd ${TARGET_DIR} \
 	  && ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \
@@ -48,4 +42,4 @@ post-install:
 	@${FIND} -s -d ${TARGET_DIR} -type d | \
 	  ${SED} -e 's,^${TARGET_DIR},@dirrm ${DATADIR:S,${PREFIX}/,,},' >> ${TMPPLIST}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
-- 
cgit v1.2.3