Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 09:53:43 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525025 - head/sysutils/fdupes
Message-ID:  <202002030953.0139rhFN017643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Feb  3 09:53:42 2020
New Revision: 525025
URL: https://svnweb.freebsd.org/changeset/ports/525025

Log:
  libpcre2 is only needed in combination with ncurses.
  
  PR:		243834 (based on)
  Submitted by:	terry-freebsd@glaver.org
  MFH:		2020Q1

Modified:
  head/sysutils/fdupes/Makefile

Modified: head/sysutils/fdupes/Makefile
==============================================================================
--- head/sysutils/fdupes/Makefile	Mon Feb  3 09:44:52 2020	(r525024)
+++ head/sysutils/fdupes/Makefile	Mon Feb  3 09:53:42 2020	(r525025)
@@ -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?202002030953.0139rhFN017643>