diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-08 21:11:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-08 21:11:45 +0000 |
commit | fb392542b7980a663b9801c179c2dd37c1c03ddc (patch) | |
tree | eb37285931479ca23cb58e042a74eb904c86b1c6 /www/gtkhtml3/Makefile | |
parent | Update to 0.60 (diff) |
Use new version of x11-toolkits/gal.
Bump PORTREVISION since they're not binary compatible.
Notes
Notes:
svn path=/head/; revision=35784
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 018808b6bb8b..d576f1ec9ef3 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkhtml PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -17,7 +18,7 @@ LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ wwwzip.1:${PORTSDIR}/www/libwww \ gconf-1.1:${PORTSDIR}/devel/gconf \ pspell.2:${PORTSDIR}/textproc/pspell \ - gal.1:${PORTSDIR}/x11-toolkits/gal + gal.2:${PORTSDIR}/x11-toolkits/gal USE_X_PREFIX= yes USE_GMAKE= yes |