From b8d245fedd5842fb6d68d0bdc6539885555a84e3 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Sun, 23 Mar 2008 23:10:54 +0000 Subject: - Add USE_XORG= x11 - Fix include path Reported by: pointyhat via pav, erwin --- www/sidplug/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/sidplug/Makefile b/www/sidplug/Makefile index 4a13380d9db1..faf6de746103 100644 --- a/www/sidplug/Makefile +++ b/www/sidplug/Makefile @@ -17,7 +17,8 @@ COMMENT= A Commodore 64 psid audio plugin for Mozilla or Opera RUN_DEPENDS= xsidplay:${PORTSDIR}/audio/xsidplay -MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I${X11BASE}/include" +MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I${LOCALBASE}/include" +USE_XORG= x11 .include -- cgit v1.2.3