diff options
Diffstat (limited to 'www/clearsilver/Makefile')
-rw-r--r-- | www/clearsilver/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 6d66672131b6..ac30f595454e 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -7,7 +7,7 @@ # PORTNAME= clearsilver -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.13 CATEGORIES= www MASTER_SITES= http://www.clearsilver.net/downloads/ @@ -71,8 +71,6 @@ BROKEN= "Does not compile on ia64" .endif post-patch: - @# Exclude lemon.c, it gives some errors and its not used at all. - @${MV} ${WRKSRC}/cs/lemon.c ${WRKSRC}/cs/lemon.c.not_used @# Remove CFLAGS when building the python module, pydistfile is used @# and will do the right thing. @${REINPLACE_CMD} -E 's,(\$$\(PYTHON\)),CFLAGS="" \1,g' ${WRKSRC}/python/Makefile |