From 1bbab20fde51294ae8b911b4fd82bf659a69906e Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 25 Oct 2005 04:45:49 +0000 Subject: Fix INDEX build, and correct broken dependency. Reported by: kris' make index script Approved by: portmgr hat --- comms/lirc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 62d5b2fbe489..2ab9ca2a3677 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -28,7 +28,7 @@ OPTIONS= IRMAN "Build with libirman support" On .include .if ${ARCH} == "i386" -LIB_DEPENDS+= vga:${PORTSDIR}graphics/vga +LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib PLIST_SUB+= SMODE2= .else PLIST_SUB+= SMODE2="@comment " -- cgit