diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:39:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:39:47 +0000 |
commit | 587341014dcf04fca76da69275d7d83734bda03e (patch) | |
tree | a6f25935bb87c17f8e09b729a632af79ccd26afa /graphics/batik/Makefile | |
parent | BROKEN on 4.x: Incomplete pkg-plist (diff) |
Now builds on 4.x
Diffstat (limited to '')
-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> |