Use libgnuregex from ports tree instead of base system
- Bump PORTREVISION for dependency change libgnuregex has been removed from -CURRENT. PR: 252254 Submitted by: kevans
This commit is contained in:
parent
3615a58dc6
commit
7683d81032
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560243
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= colortail
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://github.com/joakim666/colortail/releases/download/${PORTVERSION}/
|
||||
|
||||
@ -12,7 +13,12 @@ COMMENT= tail(1) replacement with color support
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex
|
||||
|
||||
USES= localbase:ldflags
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LIBS+= -lgnuregex
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user