From 34c3371db5f1e62e589a2824589d6a05a84b5f9c Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 10 Feb 2017 17:28:21 +0000 Subject: [PATCH] Remove superfluous dependency. Noticed by: sunpoet Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9523 --- dns/ddclient/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 751c0b9ed871..2f2c35c8bdbf 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -3,7 +3,7 @@ PORTNAME= ddclient PORTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -19,8 +19,6 @@ USE_PERL5= run USE_RC_SUBR= ${PORTNAME} -RUN_DEPENDS= p5-JSON-PP>=0:converters/p5-JSON-PP - SUB_FILES= pkg-message ddclient_force OPTIONS_DEFINE= SSL