aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qcomicbook/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2005-08-30 11:08:08 +0800
committerijliao <ijliao@FreeBSD.org>2005-08-30 11:08:08 +0800
commit80c2bb8d48f5599e38f991670a090ee826faf0e0 (patch)
tree3f3e3db3ce1f1fc86d187192e8d5f581d74b68b9 /graphics/qcomicbook/Makefile
parentfba341aaf14a25e7641b8e11e126ce93bb81cb73 (diff)
downloadfreebsd-ports-gnome-80c2bb8d48f5599e38f991670a090ee826faf0e0.tar.gz
freebsd-ports-gnome-80c2bb8d48f5599e38f991670a090ee826faf0e0.tar.zst
freebsd-ports-gnome-80c2bb8d48f5599e38f991670a090ee826faf0e0.zip
upgrade to 0.2.4
PR: 85382 Submitted by: Ports Fury
Diffstat (limited to 'graphics/qcomicbook/Makefile')
-rw-r--r--graphics/qcomicbook/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile
index 6c1b7f6f1380..f48e12067fee 100644
--- a/graphics/qcomicbook/Makefile
+++ b/graphics/qcomicbook/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qcomicbook
-PORTVERSION= 0.2.3
+PORTVERSION= 0.2.4
CATEGORIES= graphics
MASTER_SITES= http://linux.bydg.org/~yogin/
@@ -18,7 +18,6 @@ RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
USE_X_PREFIX= yes
USE_QT_VER= 3
-USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -31,7 +30,4 @@ MAN1= qcomicbook.1
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
-post-patch:
- @${REINPLACE_CMD} -e 's|="failure"|=""|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>