diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
commit | b5ba813ea5944af104ec60ac850c443c15349ebf (patch) | |
tree | 7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /chinese/stardict2 | |
parent | c8f26211d7c759b801203f44f5fbefd4a52ae14b (diff) | |
download | ports-b5ba813ea5944af104ec60ac850c443c15349ebf.tar.gz ports-b5ba813ea5944af104ec60ac850c443c15349ebf.zip |
Notes
Diffstat (limited to 'chinese/stardict2')
-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 efa9d32527b6..bb4fff982de2 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> |