Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 16:34:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420710 - head/editors/the
Message-ID:  <201608231634.u7NGYIRE060828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 23 16:34:18 2016
New Revision: 420710
URL: https://svnweb.freebsd.org/changeset/ports/420710

Log:
  editors/the: document ncurses requirement
  
  Approved by:	ncurses blanket
  
  While here, use BROKEN_powerpc as it is cleaner

Modified:
  head/editors/the/Makefile

Modified: head/editors/the/Makefile
==============================================================================
--- head/editors/the/Makefile	Tue Aug 23 16:28:40 2016	(r420709)
+++ head/editors/the/Makefile	Tue Aug 23 16:34:18 2016	(r420710)
@@ -3,6 +3,7 @@
 
 PORTNAME=	the
 PORTVERSION=	3.3.r4
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://downloads.sourceforge.net/hessling-editor/
 DISTNAME=	THE-${PORTVERSION:S/.r/RC/}
@@ -12,6 +13,9 @@ COMMENT=	THE, The Hessling Editor, is li
 
 LICENSE=	GPLv2
 
+BROKEN_powerpc=	fails to configure
+
+USES=		ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ncurses \
 		--with-rexxincdir=${LOCALBASE}/include \
@@ -25,10 +29,6 @@ REXX_REGINA_DESC=	Enable Rexx interprete
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not configure on powerpc
-.endif
-
 .if ${PORT_OPTIONS:MXAW3D}
 CONFIGURE_ARGS+=--with-xaw3d
 LIB_DEPENDS+=	libxaw3d.so:x11-toolkits/Xaw3d



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231634.u7NGYIRE060828>