diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-03 22:25:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-03 22:25:49 +0000 |
commit | b32d74a10f303d984fd0e7c28239f1e70cd9a2e6 (patch) | |
tree | 51a8905be5d095aa1913ae1a180a82af8c611b2f /x11 | |
parent | 7050be0941a4db6e559afc5482cd2195b06c3ac6 (diff) | |
download | pkgsrc-b32d74a10f303d984fd0e7c28239f1e70cd9a2e6.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-gkrellm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-gkrellm/Makefile b/x11/gnome-gkrellm/Makefile index 680a25de995..84d1de9d093 100644 --- a/x11/gnome-gkrellm/Makefile +++ b/x11/gnome-gkrellm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/05/02 11:57:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/03 22:25:49 wiz Exp $ DISTNAME= gkrellm-gnome PKGNAME= gnome-gkrellm-0.1 @@ -10,12 +10,12 @@ MAINTAINER= damon@netbsd.org HOMEPAGE= http://web.wt.net/~billw/gkrellm/Plugins.html COMMENT= gkrellm gnome plugin -DEPENDS+= gkrellm>=1.2.13nb1:../../sysutils/gkrellm -DEPENDS+= gnome-libs>=1.4.1.4nb4:../gnome-libs - +USE_BUILDLINK2= yes USE_GMAKE= yes pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins +.include "../../sysutils/gkrellm/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |