diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-10 19:54:06 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-10 19:54:06 +0000 |
commit | 8e3c47c971d3d04e0545ac944bbbee92ac57616d (patch) | |
tree | 2247f11ef97a2bd15d30dc40f4cda6ae69690f56 /x11-toolkits/gtkmathview/Makefile | |
parent | 152c75e60ea5b72548186dec37f8294b1d7ff908 (diff) | |
download | ports-8e3c47c971d3d04e0545ac944bbbee92ac57616d.tar.gz ports-8e3c47c971d3d04e0545ac944bbbee92ac57616d.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkmathview/Makefile')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index e70140ae60ae..2f283273cd08 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gtkmathview -PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTVERSION= 0.7.6 CATEGORIES= x11-toolkits MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ @@ -18,7 +17,9 @@ COMMENT= A GTK Widget to Render MathML Documents LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ t1:${PORTSDIR}/devel/t1lib \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom + gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom \ + popt.0:${PORTSDIR}/devel/popt \ + xslt.2:${PORTSDIR}/textproc/libxslt USE_GETOPT_LONG= yes USE_X_PREFIX= yes @@ -30,11 +31,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_GMAKE= yes INSTALLS_SHLIB= yes -MAN1= mathmlviewer.1 mathml2ps.1 +MAN1= mathmlviewer.1 -post-patch: -.for file in src/stringAux.cc src/PS_T1_FontManager.cc - @${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g" ${WRKSRC}/${file} -.endfor +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +.if ${OSVERSION} < 600000 +IGNORE= is unsupported on versions prior to FreeBSD 6.0 +.endif + +.include <bsd.port.post.mk> |