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 | 7c1d1713a4d7569f90c0a10c7fcdd6294aadcaa7 (patch) | |
tree | e995a22680d8efb815a80cf16e02c62f13297e11 /wm | |
parent | 987afa58e400ed0c5544235526bc80f042aa0941 (diff) | |
download | pkgsrc-7c1d1713a4d7569f90c0a10c7fcdd6294aadcaa7.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" |