diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 23:37:05 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 23:37:05 +0800 |
commit | 8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb (patch) | |
tree | 1728844d9842b8e3ebb26ab48223b8371bafc2bb /x11/libgnome | |
parent | db7dc74612688f0ad59e0344c03a95a653009a33 (diff) | |
download | marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.tar marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.tar.gz marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.tar.bz2 marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.tar.lz marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.tar.xz marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.tar.zst marcuscom-ports-8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb.zip |
Add a missing LIB_DEPENDS on libcanberra.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14503 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 998c32ba8..6454e8005 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,12 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD: ports/x11/libgnome/Makefile,v 1.171 2010/05/31 22:52:35 marcus Exp $ -# $MCom: ports/x11/libgnome/Makefile,v 1.131 2010/04/01 14:49:19 kwm Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.133 2010/06/30 06:00:55 kwm Exp $ # PORTNAME= libgnome PORTVERSION= 2.31.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,6 +21,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_GETTEXT= yes |