summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgrant <grant>2004-02-16 22:20:01 +0000
committergrant <grant>2004-02-16 22:20:01 +0000
commitc219ed0e7db9ccb79aba09b61e73b50c7a71735a (patch)
treeb0e7a8af7252b61db1a47b5a6037398a02603869 /x11
parentd405d896a802f5c848048ab13e85999d75888d46 (diff)
downloadpkgsrc-c219ed0e7db9ccb79aba09b61e73b50c7a71735a.tar.gz
explicitly link against libX11 on Solaris.
Diffstat (limited to 'x11')
-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"