diff options
author | asau <asau> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 14:10:39 +0000 |
commit | 060b86e6eef037d8debe216a3978f29792a304b4 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/ruby-clutter-gtk | |
parent | 9f7408a2b87ba1c5a399a8483da7280bdfeb6f84 (diff) | |
download | pkgsrc-060b86e6eef037d8debe216a3978f29792a304b4.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/ruby-clutter-gtk')
-rw-r--r-- | graphics/ruby-clutter-gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ruby-clutter-gtk/Makefile b/graphics/ruby-clutter-gtk/Makefile index d336e293e07..9ef14f8b980 100644 --- a/graphics/ruby-clutter-gtk/Makefile +++ b/graphics/ruby-clutter-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 17:11:18 tron Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/06 14:11:20 asau Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-clutter-gtk-${VERSION} @@ -6,8 +6,6 @@ COMMENT= Ruby binding for Clutter GTK+ widget PKGREVISION= 14 CATEGORIES= graphics -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${RUBY_PKGPREFIX}-clutter-core>=${VERSION}:../../graphics/ruby-clutter-core RUBY_EXTCONF_SUBDIRS= clutter-gtk |