diff options
author | kris <kris@FreeBSD.org> | 2005-04-30 09:39:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-30 09:39:47 +0800 |
commit | 86682e3e77391ce3d41c738b6db315f6f49a0d76 (patch) | |
tree | f607c7cc8e2a77b0a762613609da87c8367979b6 /graphics/batik | |
parent | 4ae9228697c57c4c9df700e2fe5d2b2c6b5a5fdd (diff) | |
download | freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.tar.gz freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.tar.zst freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.zip |
Now builds on 4.x
Diffstat (limited to 'graphics/batik')
-rw-r--r-- | graphics/batik/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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> |