From 698da0b4b447bd2741ea010a3b0d52b3a2741464 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 9 Mar 2026 20:22:47 +0000 Subject: [PATCH] gettext-runtime not needed --- net/flickcurl/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/flickcurl/Makefile b/net/flickcurl/Makefile index e0208d66db5..7be430f87e3 100644 --- a/net/flickcurl/Makefile +++ b/net/flickcurl/Makefile @@ -1,9 +1,9 @@ COMMENT = flickr API library and utility DISTNAME = flickcurl-1.26 -REVISION = 7 +REVISION = 8 -SHARED_LIBS += flickcurl 2.0 # 0.0 +SHARED_LIBS += flickcurl 2.0 # 0.0 CATEGORIES = net HOMEPAGE = http://librdf.org/flickcurl/ @@ -17,8 +17,7 @@ WANTLIB += xslt yajl z SITES = http://download.dajobe.org/flickcurl/ -LIB_DEPENDS = devel/gettext,-runtime \ - net/curl \ +LIB_DEPENDS = net/curl \ textproc/libxml \ textproc/raptor