diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 20:24:13 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 20:24:13 +0000 |
commit | bb2eef3041da167eeb23a1918bdfe214ef3ee237 (patch) | |
tree | e6a5d076ddbd5359e2fdf101e63f6f0bb38d8425 /audio/xmms-bezier | |
parent | cde6fd8fae4ebd49a977206dad2318f5f794f714 (diff) | |
download | pkgsrc-bb2eef3041da167eeb23a1918bdfe214ef3ee237.tar.gz |
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'audio/xmms-bezier')
-rw-r--r-- | audio/xmms-bezier/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/xmms-bezier/Makefile b/audio/xmms-bezier/Makefile index d7096348a36..1c59c54225b 100644 --- a/audio/xmms-bezier/Makefile +++ b/audio/xmms-bezier/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/03/01 09:38:40 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/09 20:24:13 jschauma Exp $ # DISTNAME= bezier-0.0.3 PKGNAME= xmms-${DISTNAME} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://yossman.net/~kuroyi/ @@ -21,12 +22,12 @@ CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 pre-configure: cd ${WRKSRC} ; ${MV} configure configure.BAK ; \ ${SED} \ - -e 's,-lMesaGL,-lGL -L${X11BASE}/lib -lX11 -lXext,' \ + -e 's,-lMesaGL,-lGL -L${X11BASE}/lib -lX11 -lXext -lm,' \ <configure.BAK >configure ; \ ${CHMOD} +x configure .include "../../audio/xmms/buildlink2.mk" .include "../../devel/glib/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |