libpcre2 is only needed in combination with ncurses.
PR: 243834 (based on) Submitted by: terry-freebsd@glaver.org MFH: 2020Q1
This commit is contained in:
parent
45f28c7e92
commit
f33d4c5cb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525025
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= fdupes
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -11,8 +12,6 @@ COMMENT= Fdupes is a program for identifying or deleting duplicate files
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libpcre2-32.so:devel/pcre2
|
||||
|
||||
USES= autoreconf libtool localbase pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
@ -24,6 +23,7 @@ OPTIONS_DEFAULT=NCURSES
|
||||
|
||||
NCURSES_USES= ncurses:base
|
||||
NCURSES_CONFIGURE_OFF= --without-ncurses
|
||||
NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2
|
||||
|
||||
PLIST_FILES= bin/fdupes man/man1/fdupes.1.gz
|
||||
NCURSES_PLIST_FILES= man/man7/fdupes-help.7.gz
|
||||
|
Loading…
Reference in New Issue
Block a user