1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Emanuel Haupt 2020-02-03 09:53:42 +00:00
parent 45f28c7e92
commit f33d4c5cb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525025

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