From 14d2aa29a0faada324c532f4dd6339b0d61a7262 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 9 Aug 2013 14:05:52 +0000 Subject: - update libdg to 2.1.0 --- lang/fpc/Makefile.units | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index c5c74ec363af..217d9bb45e06 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -173,7 +173,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl .if ${PKGNAMESUFFIX} == "-libgd" . if defined(WITH_LIBGD) -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd . endif .endif -- cgit