aboutsummaryrefslogtreecommitdiff
path: root/math/fityk/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-16 18:15:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-16 18:15:03 +0000
commit92844165b559742ab937e569900365f5b8efec74 (patch)
treee905d5d30e2da92da1746893fb149d23baa0ffd6 /math/fityk/Makefile
parent7a8780d97d7d793fe39f9b269aeca397985376e2 (diff)
- Update to 0.7.2
PR: ports/94499 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=157443
Diffstat (limited to 'math/fityk/Makefile')
-rw-r--r--math/fityk/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index e6adfea8c9aa..7df88ddf114d 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= fityk
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,6 +20,7 @@ LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost \
wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+USE_BZIP2= yes
USE_GNOME= gnometarget gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -39,11 +40,12 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "does not compile on 4.x"
+BROKEN= does not compile on 4.x
.endif
post-patch:
@${REINPLACE_CMD} -e 's|^CPPFLAGS=|#CPPFLAGS=|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|config 3rdparty|config|g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|config 3rdparty|config|g ; \
+ s|^install-data-am:|install-data-am:#|g' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>