From 06af334ab9027f9aaad087ad2a4f1e684dc5cec7 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 16 Jul 2014 08:05:11 +0000 Subject: Fix non default LIB_DEPENDS With hat: portmgr --- emulators/darcnes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/darcnes') diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 872ecdd373bb..19ac69e5260d 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -39,7 +39,7 @@ MAKE_ARGS+= TARGET=Linux_GTK PKGNAMESUFFIX= -gtk .else .if defined(WITH_SVGALIB) -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib MAKE_ARGS+= TARGET=Linux_svgalib PKGNAMESUFFIX= -svgalib .else -- cgit v1.2.3