diff options
author | joerg <joerg> | 2007-07-19 10:01:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-19 10:01:10 +0000 |
commit | e7592ac263627b01b541ace17b3073158d358c5c (patch) | |
tree | b5301bd58fdecb6899108bfd265a7c8e5c117341 /wm/blackbox70/Makefile | |
parent | 465b0f32eeb762d6fab97283afa93acf3272ee1b (diff) | |
download | pkgsrc-e7592ac263627b01b541ace17b3073158d358c5c.tar.gz |
Needs iconv. From Martin Wilke for FreeBSD.
Diffstat (limited to 'wm/blackbox70/Makefile')
-rw-r--r-- | wm/blackbox70/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index 4340528669a..742811f5323 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2007/07/19 10:01:10 joerg Exp $ # DISTNAME= blackbox-0.70.1 PKGNAME= blackbox70-0.70.1 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/} @@ -19,6 +20,7 @@ USE_TOOLS+= pkg-config BUILDLINK_DEPMETHOD.libXt?= build +.include "../../converters/libiconv/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |