diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 07:10:54 +0800 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 07:10:54 +0800 |
commit | b8d245fedd5842fb6d68d0bdc6539885555a84e3 (patch) | |
tree | 06c447995667d8b71dffe1f582332bb489d96843 /www | |
parent | 06aa815303d09728523a1521f001bd7d8ac0ff16 (diff) | |
download | freebsd-ports-gnome-b8d245fedd5842fb6d68d0bdc6539885555a84e3.tar.gz freebsd-ports-gnome-b8d245fedd5842fb6d68d0bdc6539885555a84e3.tar.zst freebsd-ports-gnome-b8d245fedd5842fb6d68d0bdc6539885555a84e3.zip |
- Add USE_XORG= x11
- Fix include path
Reported by: pointyhat via pav, erwin
Diffstat (limited to 'www')
-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> |