summaryrefslogtreecommitdiff
path: root/textproc/stardict2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
commitb5ba813ea5944af104ec60ac850c443c15349ebf (patch)
tree7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /textproc/stardict2
parentmake it build again (diff)
BROKEN on 5.1: configure fails
Notes
Notes: svn path=/head/; revision=81214
Diffstat (limited to 'textproc/stardict2')
-rw-r--r--textproc/stardict2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile
index efa9d32527b6..bb4fff982de2 100644
--- a/textproc/stardict2/Makefile
+++ b/textproc/stardict2/Makefile
@@ -24,6 +24,12 @@ LIB_DEPENDS= gnome-2.200:${PORTSDIR}/x11/libgnome \
bonobo-2.0:${PORTSDIR}/devel/libbonobo \
bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Configure fails"
+.endif
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
@@ -47,4 +53,4 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>