aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-ana-theme/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-02-26 11:38:00 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-02-26 11:38:00 +0000
commit500a2e9faa17ae0d75d7faffc2fc549e25a58074 (patch)
tree7affc6b0e3ba620585677448c5ddf1de09d714dd /x11-themes/gtk-ana-theme/Makefile
parenta6e781c44e4536f55891311932135123e5e67c3c (diff)
downloadports-500a2e9faa17ae0d75d7faffc2fc549e25a58074.tar.gz
ports-500a2e9faa17ae0d75d7faffc2fc549e25a58074.zip
- add some missing dependencies
- fix plist Bemoaning by: pointyhat
Notes
Notes: svn path=/head/; revision=129827
Diffstat (limited to 'x11-themes/gtk-ana-theme/Makefile')
-rw-r--r--x11-themes/gtk-ana-theme/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-themes/gtk-ana-theme/Makefile b/x11-themes/gtk-ana-theme/Makefile
index 6fca868acd64..89ee5ee30ef9 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= 1
+PORTREVISION= 2
CATEGORIES= x11-themes gnome
MASTER_SITES= http://ana.netart.eu.org/
PKGNAMEPREFIX= ${TYPE}-
@@ -17,6 +17,9 @@ DISTNAME= Ana
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
+
TYPE?= gtk
THEME_NAME= Ana
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -29,11 +32,13 @@ THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME}
PLIST_SUB+= GTK=""
PLIST_SUB+= GTK20=""
PLIST_SUB+= METACITY="@comment "
+USE_GNOME= gtk20
.else # metacity
THEME_DIR= ${PREFIX}/share/gnome/themes/${THEME_NAME}
PLIST_SUB+= GTK="@comment "
PLIST_SUB+= GTK20="@comment "
PLIST_SUB+= METACITY=""
+USE_GNOME= gnomehier
.endif
PLIST_SUB+= THEME_NAME="${THEME_NAME}"