svn commit: r525025 - head/sysutils/fdupes

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 3 09:53:43 UTC 2020


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


More information about the svn-ports-head mailing list