diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 19:57:57 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 19:57:57 +0000 |
commit | a4c1cb4f022f1a94b505afee12c143a585d55eca (patch) | |
tree | e995a22680d8efb815a80cf16e02c62f13297e11 /wm | |
parent | dc8ff78e256c6d8e9d3b8e7ef814abe972218bd6 (diff) | |
download | pkgsrc-a4c1cb4f022f1a94b505afee12c143a585d55eca.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'wm')
-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 281e18a2b64..b683fa0062d 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:53 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/16 19:57:57 hans Exp $ # DISTNAME= blackbox-0.70.1 @@ -21,6 +21,8 @@ GNU_CONFIGURE= YES USE_LIBTOOL= yes USE_TOOLS+= pkg-config +LIBS.SunOS+= -liconv + BUILDLINK_DEPMETHOD.libXt?= build .include "../../converters/libiconv/buildlink3.mk" |