MFH: r525025

libpcre2 is only needed in combination with ncurses.

PR:		243834 (based on)
Submitted by:	terry-freebsd@glaver.org
Approved by:	ports-secteam (miwi)
This commit is contained in:
Emanuel Haupt 2020-02-09 15:44:20 +00:00
parent afb0d9cb49
commit f724eefbf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=525661

View File

@ -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