diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-15 02:28:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-15 02:28:37 +0800 |
commit | b54c702c848e664d9d35df50d3c03d3d393f00eb (patch) | |
tree | d2abe64417f89f6be43e2fd26da279c235a3c23a /misc/gnome-icon-theme/Makefile | |
parent | a036f451f60541a0500c24779f3cd4ed0bbe880f (diff) | |
download | marcuscom-ports-b54c702c848e664d9d35df50d3c03d3d393f00eb.tar.gz marcuscom-ports-b54c702c848e664d9d35df50d3c03d3d393f00eb.tar.zst marcuscom-ports-b54c702c848e664d9d35df50d3c03d3d393f00eb.zip |
This port no longer requires icon-naming-utils.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5694 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index baa550491..9ded9a3ba 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.66 2006/02/06 23:29:17 marcus Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.67 2006/02/12 00:34:26 ahze Exp $ # PORTNAME= gnome-icon-theme @@ -16,8 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of icons for the GNOME 2 desktop -BUILD_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - icon-naming-utils>=0.6.7:${PORTSDIR}/x11-themes/icon-naming-utils +BUILD_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme RUN_DEPENDS= ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes |