diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-28 18:04:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-28 18:04:24 +0000 |
commit | a08c93c34ade97340759f020b9018a04fe9eef84 (patch) | |
tree | 301db55fa196201fa514e055df4c865db6bcc497 /www/gtkhtml3 | |
parent | eff0d3d23bd3023dcb92f534c772495f774544ef (diff) | |
download | ports-a08c93c34ade97340759f020b9018a04fe9eef84.tar.gz ports-a08c93c34ade97340759f020b9018a04fe9eef84.zip |
Notes
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index a869e6503b8b..50843ded503b 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkhtml PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -15,7 +16,8 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ wwwzip.1:${PORTSDIR}/www/libwww \ - gconf-1.0:${PORTSDIR}/devel/gconf + gconf-1.0:${PORTSDIR}/devel/gconf \ + pspell.2:${PORTSDIR}/textproc/pspell GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |