From 7244029e548a8568a25201a0e345fd4bc5e9ec5b Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 13 Jul 2014 23:23:25 +0000 Subject: Modernize LIB_DEPENDS With hat: portmgr --- graphics/gdtclft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/gdtclft') diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index d062de43b5f0..af7d88ad93a9 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= TCL interface to the Thomas Boutell's Gd library -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= tcl:84+ uidfix -- cgit