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
commit0b14ce16836e1f460ed10e944bac3d18ac317388 (patch)
treeb0e7a8af7252b61db1a47b5a6037398a02603869 /x11/xpad
parent7901ef2d36988ba92b2e0edfe065c126304d4655 (diff)
downloadpkgsrc-0b14ce16836e1f460ed10e944bac3d18ac317388.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"