diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-16 10:57:02 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-16 10:57:02 +0800 |
commit | 43aa1cf99eff02dfca93b010302a678cbd59a537 (patch) | |
tree | 8cd6802bffb73020b2db55fa5569e6d37a9f3993 | |
parent | 34cfc2df61d511da86d203fe869babd83600b718 (diff) | |
download | freebsd-ports-gnome-43aa1cf99eff02dfca93b010302a678cbd59a537.tar.gz freebsd-ports-gnome-43aa1cf99eff02dfca93b010302a678cbd59a537.tar.zst freebsd-ports-gnome-43aa1cf99eff02dfca93b010302a678cbd59a537.zip |
- Depend on gnome-splashscreen-manager
-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 |