diff options
author | hans <hans> | 2012-02-16 19:57:57 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 19:57:57 +0000 |
commit | daf794b03652b7b858743d7463f9c316a175218d (patch) | |
tree | e995a22680d8efb815a80cf16e02c62f13297e11 /wm/blackbox70 | |
parent | 91136f39412f6a9a9232a9620c2f1b63e29755a0 (diff) | |
download | pkgsrc-daf794b03652b7b858743d7463f9c316a175218d.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'wm/blackbox70')
-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" |