diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-04 10:36:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-04 10:36:16 +0800 |
commit | f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7 (patch) | |
tree | 8c481e92bd872dc44844b68a67e392478086bf2c | |
parent | a876963d2300e7099259a26fd2ae636b417911ac (diff) | |
download | marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.tar marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.tar.gz marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.tar.bz2 marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.tar.lz marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.tar.xz marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.tar.zst marcuscom-ports-f29dfeb06f41cf6fca55b8c90f2c63ef323d06f7.zip |
It needs icon-naming-utils for build.
Reported by: Brian Gruber <knightbg@yahoo.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9722 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index bec2df1c6..0eb6eb42f 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.16 2007/08/01 16:51:06 mezz Exp $ +# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.17 2007/09/17 23:07:27 ahze Exp $ # PORTNAME= gnome-themes-extras @@ -15,7 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= More themes for the GNOME 2 desktop environment -BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 +BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \ + icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 USE_BZIP2= yes |