diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-themes/gtk-ana-theme | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-ana-theme')
-rw-r--r-- | x11-themes/gtk-ana-theme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-ana-theme/Makefile b/x11-themes/gtk-ana-theme/Makefile index d26cd8113819..cd910832e496 100644 --- a/x11-themes/gtk-ana-theme/Makefile +++ b/x11-themes/gtk-ana-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= ana PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= http://ana.netart.eu.org/ PKGNAMEPREFIX= ${TYPE}- @@ -18,13 +18,12 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= Clean and white GTK engine LIB_DEPENDS= rsvg-2:${PORTSDIR}/graphics/librsvg2 -RUN_DEPENDS= ${X11BASE}/share/themes/Gorilla/index.theme:${PORTSDIR}/x11-themes/gnome-themes-extras +RUN_DEPENDS= ${LOCALBASE}/share/themes/Gorilla/index.theme:${PORTSDIR}/x11-themes/gnome-themes-extras TYPE?= gtk THEME_NAME= Ana WRKSRC= ${WRKDIR}/${DISTNAME} -USE_X_PREFIX= yes NO_BUILD= yes .if ${TYPE} == "gtk" |