svn commit: r408225 - head/japanese/ng-devel

John Marino marino at FreeBSD.org
Fri Feb 5 16:46:52 UTC 2016


Author: marino
Date: Fri Feb  5 16:46:50 2016
New Revision: 408225
URL: https://svnweb.freebsd.org/changeset/ports/408225

Log:
  japanese/ng-devel: USES+= ncurses

Modified:
  head/japanese/ng-devel/Makefile

Modified: head/japanese/ng-devel/Makefile
==============================================================================
--- head/japanese/ng-devel/Makefile	Fri Feb  5 16:45:02 2016	(r408224)
+++ head/japanese/ng-devel/Makefile	Fri Feb  5 16:46:50 2016	(r408225)
@@ -10,15 +10,14 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Light Emacs-clone with Japanese support
 
+CONFLICTS=	ng-[0-9]*
+
+USES=		ncurses
 GNU_CONFIGURE=	yes
 ALL_TARGET=	ng
-
 CFLAGS+=	-Wno-error=return-type
 
 DOCSDIR=	${PREFIX}/share/doc/ja/${PORTNAME}
-
-CONFLICTS=	ng-[0-9]*
-
 PORTDOCS=	${MYPORTDOCS:S/$/.euc-jp/}
 PLIST_FILES=	bin/ng
 


More information about the svn-ports-all mailing list