diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 03:06:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 03:06:44 +0800 |
commit | ca487ef31d8ee9f1a3a447133356b9381cd16bc3 (patch) | |
tree | 71dffc260b26784e4b4dc7443e31895f909f1355 /x11 | |
parent | 27f2971fcad08883b9146bc0d26b03846958e18b (diff) | |
download | marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.tar marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.tar.gz marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.tar.bz2 marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.tar.lz marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.tar.xz marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.tar.zst marcuscom-ports-ca487ef31d8ee9f1a3a447133356b9381cd16bc3.zip |
Add a missing dependency on librsvg2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10192 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 818d230c3..bb138ff96 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.163 2008/01/20 07:24:26 mezz Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.164 2008/01/20 18:40:20 marcus Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.21.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,7 +28,7 @@ USE_XLIB= yes INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ libwnck gnomemenus gnomedocutils ltverhack referencehack WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 |