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 /www/barque | |
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
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'www/barque')
-rw-r--r-- | www/barque/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/barque/Makefile b/www/barque/Makefile index 9ac1e2af4194..c46fc8d8c3f5 100644 --- a/www/barque/Makefile +++ b/www/barque/Makefile @@ -7,6 +7,7 @@ PORTNAME= barque PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +15,8 @@ DISTFILES= ${PORTNAME}-0.1-2.tar.gz MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gtkhtml.8:${PORTSDIR}/www/gtkhtml \ - bonobo.2:${PORTSDIR}/devel/bonobo \ - gconf-1.1:${PORTSDIR}/devel/gconf \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - ghttp.1:${PORTSDIR}/www/libghttp \ - glade.4:${PORTSDIR}/devel/libglade +LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \ + ghttp.1:${PORTSDIR}/www/libghttp WRKSRC= ${WRKDIR}/${PORTNAME}-0.1-2 |