diff --git a/devel/gtkmozedit/Makefile b/devel/gtkmozedit/Makefile index 64bab5660bb9..6e721869cf6c 100644 --- a/devel/gtkmozedit/Makefile +++ b/devel/gtkmozedit/Makefile @@ -1,33 +1,37 @@ # New ports collection makefile for: gtkmozedit # Date created: 2005-10-12 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= gtkmozedit PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= devel editors www MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= gnome@FreeBSD.org COMMENT= Text editor widget based on Mozilla's editing functionality USE_BZIP2= yes USE_REINPLACE= yes -WITH_MOZILLA?= firefox INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack USE_GECKO= firefox mozilla .include .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +.if ${OSVERSION} < 500000 +BROKEN="Does not build" +.endif + post-patch: - @${REINPLACE_CMD} -e 's|firefox-nspr|firefox-xpcom|' \ + @${REINPLACE_CMD} -e 's|firefox-nspr|firefox-xpcom|; \ + s|mozilla-nspr|mozilla-xpcom|' \ ${WRKSRC}/configure .include