summaryrefslogtreecommitdiff
path: root/x11/ruby-gnome2-panelapplet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ruby-gnome2-panelapplet/Makefile')
-rw-r--r--x11/ruby-gnome2-panelapplet/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/ruby-gnome2-panelapplet/Makefile b/x11/ruby-gnome2-panelapplet/Makefile
index 0ae4379a444..558a6c9d190 100644
--- a/x11/ruby-gnome2-panelapplet/Makefile
+++ b/x11/ruby-gnome2-panelapplet/Makefile
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.15 2008/09/06 20:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2008/09/17 00:21:50 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-panelapplet-${VERSION}
COMMENT= Ruby binding of libpanel-applet-2.6.x
-PKGREVISION= 1
CATEGORIES= x11 gnome
CONFLICTS+= ruby-gnome2-panelapplet-[0-9]*
-RUBY_EXTCONF_SUBDIRS= glib panel-applet
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= panel-applet
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnome>=${VERSION}:../../x11/ruby-gnome2-gnome
USE_TOOLS+= pkg-config
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"