diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-16 02:57:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-16 02:57:02 +0000 |
commit | 906406c91c34b988ef830f5b913e930b6abd1d21 (patch) | |
tree | c86b3342b4ceedc0056960df7c64c2951cdc755b /x11-themes | |
parent | 372dc736bead096f57f13429ddfe4f3a981a8266 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-art/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gnome-art/Makefile b/x11-themes/gnome-art/Makefile index 37b2b789d34c..d174e4e479c8 100644 --- a/x11-themes/gnome-art/Makefile +++ b/x11-themes/gnome-art/Makefile @@ -7,15 +7,14 @@ PORTNAME= gnome-art PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.miketech.net/gnome-art/download/ MAINTAINER= ahze@FreeBSD.org COMMENT= Frontend for art.gnome.org -BUILD_DEPENDS= ruby-glade-create-template:${PORTSDIR}/devel/ruby-libglade2 \ - ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= gnome-splashscreen-manager:${PORTSDIR}/x11-themes/gnome-splashscreen-manager WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} USE_RUBY= yes |