diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /misc/metatheme2/Makefile | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'misc/metatheme2/Makefile')
-rw-r--r-- | misc/metatheme2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/metatheme2/Makefile b/misc/metatheme2/Makefile index a0d3dfbc0873..f946e45db3ec 100644 --- a/misc/metatheme2/Makefile +++ b/misc/metatheme2/Makefile @@ -7,13 +7,14 @@ PORTNAME= metatheme PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ftp://ftp.helixcode.com/pub/metatheme/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtkhtml.8:${PORTSDIR}/www/gtkhtml \ - gal.4:${PORTSDIR}/x11-toolkits/gal \ +LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \ + gal.6:${PORTSDIR}/x11-toolkits/gal \ gnet.0:${PORTSDIR}/net/gnet USE_X_PREFIX= yes |