diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 07:37:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 07:37:25 +0800 |
commit | 6959e98880a771ef4db8907c8b2dc89f29b7f6c1 (patch) | |
tree | f37d809f5dd945b8940223d85313af0b800d9fba /misc/gnome-icon-theme/Makefile | |
parent | 1c82a07a82f704f9c4d85a233c073aa75c3e6e22 (diff) | |
download | marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.tar marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.tar.gz marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.tar.bz2 marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.tar.lz marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.tar.xz marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.tar.zst marcuscom-ports-6959e98880a771ef4db8907c8b2dc89f29b7f6c1.zip |
- Update to 2.15.90
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 8c4ea83e3..00c72d85e 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.80 2006/07/18 19:22:56 ahze Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.81 2006/07/23 23:27:12 mezz Exp $ # PORTNAME= gnome-icon-theme -PORTVERSION= 2.15.3 -PORTREVISION= 1 +PORTVERSION= 2.15.90 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of icons for the GNOME 2 desktop BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - icon-naming-utils>=0.7.3:${PORTSDIR}/x11-themes/icon-naming-utils + icon-naming-utils>=0.7.4:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes |