svn commit: r420710 - head/editors/the

John Marino marino at FreeBSD.org
Tue Aug 23 16:34:19 UTC 2016


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


More information about the svn-ports-head mailing list