diff options
Diffstat (limited to 'audio/py-sdl_mixer/Makefile')
-rw-r--r-- | audio/py-sdl_mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/py-sdl_mixer/Makefile b/audio/py-sdl_mixer/Makefile index 1a166490a730..6cab526eec2c 100644 --- a/audio/py-sdl_mixer/Makefile +++ b/audio/py-sdl_mixer/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_mixer PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://download.gna.org/pysdlmixer/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,8 +27,6 @@ WRKSRC= ${WRKDIR}/pysdl_mixer-${PORTVERSION} EXAMPLESDIR= ${PREFIX}/share/examples/py-sdl-mixer post-patch: - @${REINPLACE_CMD} -e 's,"SDL","SDL-1.1",g' ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e 's,SDL/SDL,SDL11/SDL,g' ${WRKSRC}/sdl_mixer.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ |