From eb15dfe78ab3d0f24f61554d9ec0e84d597c18ad Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 8 Sep 2007 17:17:09 +0000 Subject: Attempt to fix build in the New Perl Order. Hat: portmgr --- editors/ne/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'editors/ne') diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 92063d67f583..859d5dbefd94 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -16,6 +16,13 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= az@FreeBSD.org COMMENT= Nice and powerfull editor +USE_GMAKE= yes +USE_PERL5= yes +MAKEFILE= makefile +ALL_TARGET= ne +MAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \ + GLOBALDIR="${DATADIR}" + .include .if ${OSVERSION} < 400010 @@ -24,13 +31,6 @@ LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_GMAKE= yes -USE_PERL5= yes -MAKEFILE= makefile -ALL_TARGET= ne -MAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \ - GLOBALDIR="${DATADIR}" - MAN1= ne.1 PORTDOCS= ne.txt -- cgit v1.2.3