diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
commit | 35298f47d044c64411ad1b49237f0873d40ecc80 (patch) | |
tree | c40c8d745cd08ad7f0027da0b00be7f042931f3b /chinese | |
parent | fecc68dbc066a5d1d93b41746d9614bc0c35e869 (diff) | |
download | FreeBSD-ports-35298f47d044c64411ad1b49237f0873d40ecc80.zip FreeBSD-ports-35298f47d044c64411ad1b49237f0873d40ecc80.tar.gz |
BROKEN on 5.1: configure fails
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/stardict2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/stardict2/Makefile b/chinese/stardict2/Makefile index efa9d32..bb4fff9 100644 --- a/chinese/stardict2/Makefile +++ b/chinese/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> |