diff options
-rw-r--r-- | www/sidplug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk> |