diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-23 23:10:54 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-23 23:10:54 +0000 |
commit | b8d245fedd5842fb6d68d0bdc6539885555a84e3 (patch) | |
tree | 06c447995667d8b71dffe1f582332bb489d96843 /www | |
parent | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG (diff) |
- Add USE_XORG= x11
- Fix include path
Reported by: pointyhat via pav, erwin
Notes
Notes:
svn path=/head/; revision=209645
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> |