diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-18 23:48:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-18 23:48:29 +0800 |
commit | 40e293c6e29c9396c3c193da40e104edb3a39eda (patch) | |
tree | bb43ca23416664d0cfe9d9f70eea30e2e24acb56 /www | |
parent | 348b7a98487cb1d6572a7d02ad847878f4ffe365 (diff) | |
download | marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.tar marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.tar.gz marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.tar.bz2 marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.tar.lz marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.tar.xz marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.tar.zst marcuscom-ports-40e293c6e29c9396c3c193da40e104edb3a39eda.zip |
Add a RUN_DEPENDS on gnome-themes to get theme directories.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9437 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 0988fd10b..21f723345 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.150 2007/08/01 02:30:30 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.151 2007/08/14 22:06:44 mezz Exp $ # PORTNAME= epiphany PORTVERSION= 2.19.90 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,8 @@ COMMENT= An extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/share/themes/LowContrast/index.theme:${PORTSDIR}/x11-themes/gnome-themes USE_LDCONFIG= yes INSTALLS_ICONS= yes |