diff options
author | asau <asau@pkgsrc.org> | 2012-10-29 05:06:05 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-29 05:06:05 +0000 |
commit | a0dba2594be80b85a5436252c85e6bc4d5ae6cf3 (patch) | |
tree | 2379812310e9345accaee1e306485260940238a4 /x11/ruby-gnome2-gtksourceview2 | |
parent | 687fe9a477d4c26a308c956cf09d193f72b6ea9d (diff) | |
download | pkgsrc-a0dba2594be80b85a5436252c85e6bc4d5ae6cf3.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'x11/ruby-gnome2-gtksourceview2')
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile index 54a3ce99be0..40dba442173 100644 --- a/x11/ruby-gnome2-gtksourceview2/Makefile +++ b/x11/ruby-gnome2-gtksourceview2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/08 23:02:39 adam Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/29 05:06:50 asau Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION} @@ -8,8 +8,6 @@ CATEGORIES= x11 CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview2-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - RUBY_EXTCONF_SUBDIRS= gtksourceview2 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk |