Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 15:44:20 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r525661 - branches/2020Q1/sysutils/fdupes
Message-ID:  <202002091544.019FiKPK041011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Feb  9 15:44:20 2020
New Revision: 525661
URL: https://svnweb.freebsd.org/changeset/ports/525661

Log:
  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)

Modified:
  branches/2020Q1/sysutils/fdupes/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/sysutils/fdupes/Makefile
==============================================================================
--- branches/2020Q1/sysutils/fdupes/Makefile	Sun Feb  9 15:23:29 2020	(r525660)
+++ branches/2020Q1/sysutils/fdupes/Makefile	Sun Feb  9 15:44:20 2020	(r525661)
@@ -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 deleti
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002091544.019FiKPK041011>