diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-12 09:12:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-12 09:12:57 +0000 |
commit | 3c089c162beedafe4420ef2bc22740bcd8051e70 (patch) | |
tree | fedc44652b8dcc9559b5270d68be3d29e67c06e8 /x11-toolkits/gtkmathview | |
parent | 868910fb14696646840f85dc1e7cb4b4601179e2 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtkmathview')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index d7d04129fa2f..4bfa08266c79 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -14,14 +14,14 @@ MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A GTK Widget to Render MathML Documents -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - t1:${PORTSDIR}/devel/t1lib \ +LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom \ popt.0:${PORTSDIR}/devel/popt \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GETOPT_LONG= yes +USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= glib20 gtk20 gnomehack USE_AUTOTOOLS= libtool:15 |