diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-01-11 07:03:14 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-01-11 07:03:14 +0800 |
commit | 0aa492dc255242e0b4bd0aed6088264092463b55 (patch) | |
tree | b4a6fb8759d70ac71e65b30f0d898b40944580cf /editors/ne | |
parent | 0817dbf8e6754cb6108d9a903bef2aee57d1242b (diff) | |
download | freebsd-ports-gnome-0aa492dc255242e0b4bd0aed6088264092463b55.tar.gz freebsd-ports-gnome-0aa492dc255242e0b4bd0aed6088264092463b55.tar.zst freebsd-ports-gnome-0aa492dc255242e0b4bd0aed6088264092463b55.zip |
- Fix the build on -CURRENT
PR: 252249
Submitted by: kevans@
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 0a87b17585ba..ed428805b1fa 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -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 |