From 190df53765225dba0d1baed51432c6f9f3ce7267 Mon Sep 17 00:00:00 2001 From: roam Date: Sat, 3 Apr 2010 10:44:36 +0000 Subject: Chase the ftp/curl shlib version bump. --- archivers/epkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/epkg') diff --git a/archivers/epkg/Makefile b/archivers/epkg/Makefile index 4fa35f3a5257..6a338f6072f7 100644 --- a/archivers/epkg/Makefile +++ b/archivers/epkg/Makefile @@ -7,7 +7,7 @@ PORTNAME= epkg PORTVERSION= 2.3.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/ @@ -15,7 +15,7 @@ MAINTAINER= pirzyk@freebsd.org COMMENT= Encap Package Manager BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 HAS_CONFIGURE= YES -- cgit