aboutsummaryrefslogtreecommitdiff
path: root/japanese/dvipdfm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 22:39:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 22:39:54 +0000
commit8bb57d5d5a56f2b49feb90efbd56e208af00f2fa (patch)
tree4a8f0fa653f5076095c6631800053f25b54d241f /japanese/dvipdfm
parenta417748c871f6c57ffacc41ee5d96043b95e18d6 (diff)
BROKEN on 5.x: configure fails
Notes
Notes: svn path=/head/; revision=101265
Diffstat (limited to 'japanese/dvipdfm')
-rw-r--r--japanese/dvipdfm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/dvipdfm/Makefile b/japanese/dvipdfm/Makefile
index ff8745a92635..0e816c6ae580 100644
--- a/japanese/dvipdfm/Makefile
+++ b/japanese/dvipdfm/Makefile
@@ -33,6 +33,12 @@ CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \
LDFLAGS=-L${PREFIX}/lib
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
pre-install:
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
@@ -56,4 +62,4 @@ post-install:
.endif
${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>