aboutsummaryrefslogtreecommitdiff
path: root/www/snownews/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/snownews/Makefile')
-rw-r--r--www/snownews/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index a342c4586f01..1a43bd2f5d82 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= snownews
-PORTVERSION= 1.4.4
-PORTREVISION= 1
+PORTVERSION= 1.5.1
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
@@ -20,8 +19,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2
USE_GETTEXT= yes
USE_GMAKE= yes
USE_ICONV= yes
+USE_REINPLACE= yes
MAN1= snownews.1
MANLANG= "" de nl fr it
+post-patch:
+ @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>