diff options
author | mezz <mezz@FreeBSD.org> | 2005-12-16 04:42:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-12-16 04:42:05 +0800 |
commit | 87e7195ce119fd9289310bf747250196d039f8ad (patch) | |
tree | 661bc3b6663c3c4022242d1b42ee56af7f84cef5 | |
parent | 6b88429ce6d9834099bf1852e58cbaab56a4533c (diff) | |
download | freebsd-ports-gnome-87e7195ce119fd9289310bf747250196d039f8ad.tar.gz freebsd-ports-gnome-87e7195ce119fd9289310bf747250196d039f8ad.tar.zst freebsd-ports-gnome-87e7195ce119fd9289310bf747250196d039f8ad.zip |
Add a missing dependency, libsoup. Bump the PORTREVISION.
Reported by: krismail
-rw-r--r-- | deskutils/buoh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index 63de6b9a7c5d..bd3e315e74ae 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -7,13 +7,15 @@ PORTNAME= buoh PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils www gnome MASTER_SITES= http://buoh.steve-o.org/downloads/ MAINTAINER= mezz@FreeBSD.org COMMENT= A reader for online strips comics +LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup + USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_X_PREFIX= yes |