diff options
Diffstat (limited to 'x11-toolkits/gtkmathview/Makefile')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 01b860f4d93d..54fb767bcd42 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -3,28 +3,24 @@ PORTNAME= gtkmathview PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK Widget to Render MathML Documents +COMMENT= GTK Widget to Render MathML Documents BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - t1:${PORTSDIR}/devel/t1lib \ - gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libt1.so:${PORTSDIR}/devel/t1lib \ + libgmetadom_gdome_cpp_smart.so:${PORTSDIR}/textproc/gmetadom -USES= pathfix pkgconfig -USE_GNOME= gtk20 libxml2 -USE_GMAKE= yes +USES= gmake pathfix pkgconfig +USE_GNOME= gtk20 libxml2 pangox-compat USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAN1= mathmlviewer.1 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |