Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 23:03:14 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561118 - head/editors/ne
Message-ID:  <202101102303.10AN3EVA067007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Jan 10 23:03:14 2021
New Revision: 561118
URL: https://svnweb.freebsd.org/changeset/ports/561118

Log:
  - Fix the build on -CURRENT
  
  PR:		252249
  Submitted by:	kevans@

Modified:
  head/editors/ne/Makefile

Modified: head/editors/ne/Makefile
==============================================================================
--- head/editors/ne/Makefile	Sun Jan 10 22:55:31 2021	(r561117)
+++ head/editors/ne/Makefile	Sun Jan 10 23:03:14 2021	(r561118)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ne
 PORTVERSION=	3.3.0
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://ne.di.unimi.it/
 
@@ -12,7 +13,9 @@ COMMENT=	Nice and powerful editor
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake makeinfo perl5
+LIB_DEPENDS=	libgnuregex.so:devel/libgnuregex
+
+USES=		gmake localbase makeinfo perl5
 USE_PERL5=	build
 USE_CSTD=	c99
 



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