summaryrefslogtreecommitdiff
path: root/wm/blackbox70
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 19:57:57 +0000
committerhans <hans@pkgsrc.org>2012-02-16 19:57:57 +0000
commit7c1d1713a4d7569f90c0a10c7fcdd6294aadcaa7 (patch)
treee995a22680d8efb815a80cf16e02c62f13297e11 /wm/blackbox70
parent987afa58e400ed0c5544235526bc80f042aa0941 (diff)
downloadpkgsrc-7c1d1713a4d7569f90c0a10c7fcdd6294aadcaa7.tar.gz
Fix build on SunOS.
Diffstat (limited to 'wm/blackbox70')
-rw-r--r--wm/blackbox70/Makefile4
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"