summaryrefslogtreecommitdiff
path: root/graphics/ruby-color
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-14 16:38:37 +0000
committertaca <taca@pkgsrc.org>2013-03-14 16:38:37 +0000
commit2345f4c3b96d32f5889195082e21703c67327242 (patch)
treeb495636428210256a54249f9771c18ade2e48c2e /graphics/ruby-color
parente50b561686632afd6fe5901144a4023a6019b55b (diff)
downloadpkgsrc-2345f4c3b96d32f5889195082e21703c67327242.tar.gz
ruby-color version 1.4.1 dosen't have runtime dependency to devel/hoe and
archivers/ruby-archive-tar-minitar any more. Bump PKGREVISION.
Diffstat (limited to 'graphics/ruby-color')
-rw-r--r--graphics/ruby-color/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/ruby-color/Makefile b/graphics/ruby-color/Makefile
index 2e619d6b50f..8994b3b97fa 100644
--- a/graphics/ruby-color/Makefile
+++ b/graphics/ruby-color/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 06:45:00 taca Exp $
+# $NetBSD: Makefile,v 1.3 2013/03/14 16:38:37 taca Exp $
DISTNAME= color-1.4.1
+PKGREVISION= 1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,8 +9,5 @@ HOMEPAGE= http://color.rubyforge.org/
COMMENT= Color value conversion and manipulation library
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=1.5.1:../../devel/hoe
-DEPENDS+= ${RUBY_PKGPREFIX}-archive-tar-minitar>=0.5.1:../../archivers/ruby-archive-tar-minitar
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"