pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Let installed ucspi-tcp6 satisfy ucspi-tcp dependency.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Thu Jan 10 08:22:30 2019 -0500
Changeset:	1f728d5c676d5472f0733af7665ba01167e89c51

Modified Files:
	fnord/Makefile

Log Message:
Let installed ucspi-tcp6 satisfy ucspi-tcp dependency.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f728d5c676d5472f0733af7665ba01167e89c51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fnord/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fnord/Makefile b/fnord/Makefile
index 0eaa6c1c62..e2f6aae15a 100644
--- a/fnord/Makefile
+++ b/fnord/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 # web server Gatling running at www.fefe.de is incompatible with BSD ftp
 # cf. PR#45516
 USE_TOOLS+=	gmake
-DEPENDS+=	ucspi-tcp-*:../../net/ucspi-tcp
+DEPENDS+=	{ucspi-tcp6-[0-9]*,ucspi-tcp-[0-9]*}:../../net/ucspi-tcp
 
 CFLAGS+=	${CPPFLAGS}
 MAKE_ENV+=	RANLIB=${RANLIB:Q} LIBS=${LIBS:Q}


Home | Main Index | Thread Index | Old Index