diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-10-25 01:26:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-10-25 01:26:13 +0000 |
commit | a7e89fe8903b89ad48ab430bd7269cde64f3aa47 (patch) | |
tree | e3b3fdd347097a941d6b71fd0327bcc54068403a /x11/hot-babe | |
parent | 9825f149fb414de74928162eedd1c921fc32978e (diff) | |
download | pkgsrc-a7e89fe8903b89ad48ab430bd7269cde64f3aa47.tar.gz |
actually use buildlink2 - patch by Manuel Bouyer.
Diffstat (limited to 'x11/hot-babe')
-rw-r--r-- | x11/hot-babe/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/hot-babe/Makefile b/x11/hot-babe/Makefile index 435550277e4..19be320b1b8 100644 --- a/x11/hot-babe/Makefile +++ b/x11/hot-babe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/24 18:57:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/25 01:26:13 hubertf Exp $ # DISTNAME= hot-babe-0.1.2 @@ -9,5 +9,9 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://dindinx.net/hotbabe/ COMMENT= System monitor +USE_BUILDLINK2= yes + .include "../../x11/gtk/buildlink2.mk" +.include "../../graphics/gdk-pixbuf/buildlink2.mk" +.include "../../graphics/tiff/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |