aboutsummaryrefslogtreecommitdiffstats
path: root/editors/e93
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 18:15:44 +0800
committerkris <kris@FreeBSD.org>2003-05-18 18:15:44 +0800
commit6d1e80877eed5d77a731ac7a8f5ac22e9ce19487 (patch)
tree87a860d286ec42be4dbf00e6d5d1a72bd7cbe8b7 /editors/e93
parente6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f (diff)
downloadfreebsd-ports-gnome-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.gz
freebsd-ports-gnome-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.zst
freebsd-ports-gnome-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'editors/e93')
-rw-r--r--editors/e93/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
index cea63ac3efa8..1611b98c2623 100644
--- a/editors/e93/Makefile
+++ b/editors/e93/Makefile
@@ -19,6 +19,12 @@ COMMENT= A nifty editor based on Tcl/Tk
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
tk82.1:${PORTSDIR}/x11-toolkits/tk82
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
@@ -50,4 +56,4 @@ do-install:
${INSTALL_DATA} syntaxmaps/c.tcl ${PREFIX}/lib/e93lib/syntaxmaps; \
)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
16-04-011-1/+1 * - Ignore php70Martin Wilke2016-02-181-0/+1 * - Switch to devel/subversion18Martin Wilke2015-12-091-5/+2 * - Take MaintainershipMartin Wilke2015-11-261-1/+1 * - depends on deprecated subversion17,Olli Hauer2015-11-121-0/+3 * - change dependency from subversion16 -> subversion17Olli Hauer2015-04-011-1/+2 * bsd.php.mk handle ${STRIP} already, remove prev patches.Vanilla I. Shu2015-02-241-3/+0 * strip binary.Vanilla I. Shu2015-02-241-0/+3 * switch to USES=tar:tgzVanilla I. Shu2015-02-241-1/+1 * Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1 * devel/pecl-svn: convert to new LIB_DEPENDS formatBartek Rutkowski2014-07-091-1/+1 * Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1 * - Marke these ports as stage safeMartin Wilke2014-01-23