summaryrefslogtreecommitdiff
path: root/x11/xpad
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-16 22:20:01 +0000
committergrant <grant@pkgsrc.org>2004-02-16 22:20:01 +0000
commit6eff091a2869610b70b442bcd990715029181dc2 (patch)
treeb0e7a8af7252b61db1a47b5a6037398a02603869 /x11/xpad
parent52938d3201d2f530d5b9c86e61aa52ad273c7815 (diff)
downloadpkgsrc-6eff091a2869610b70b442bcd990715029181dc2.tar.gz
explicitly link against libX11 on Solaris.
Diffstat (limited to 'x11/xpad')
-rw-r--r--x11/xpad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile
index 217c8018141..cdd1a8e9e50 100644
--- a/x11/xpad/Makefile
+++ b/x11/xpad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/02/16 22:19:01 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/16 22:20:01 grant Exp $
#
DISTNAME= xpad-1.12
@@ -20,6 +20,8 @@ USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_X11= yes
+LIBS.SunOS= -lX11
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"