diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-02 02:04:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-02 02:04:35 +0800 |
commit | f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d (patch) | |
tree | 211616e3af19aa8a2e06f76faf92ad7683710660 /x11 | |
parent | ff7765ecc1e4f4f0668d29bb311bf01044623741 (diff) | |
download | marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.tar marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.tar.gz marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.tar.bz2 marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.tar.lz marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.tar.xz marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.tar.zst marcuscom-ports-f74a54001f85d7a0732d1f11ec0ad495bfe7dc9d.zip |
Add a missing dependency, libbonobo. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10319 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index bb50ef751..e34f867da 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,12 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/libgnome/Makefile,v 1.112 2008/01/28 17:41:05 mezz Exp $ # PORTNAME= libgnome PORTVERSION= 2.21.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,7 +26,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack esound \ +USE_GNOME= gnomeprefix gnomehack intlhack esound libbonobo \ gnomevfs2 ltverhack referencehack USE_BISON= build USE_XORG= xpm |