diff options
author | grant <grant> | 2004-02-16 22:20:01 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-16 22:20:01 +0000 |
commit | 2793985695f54fcd459a568f0b4eda67be987e0f (patch) | |
tree | b0e7a8af7252b61db1a47b5a6037398a02603869 /x11/xpad | |
parent | b5e85b6791c6aa589fdf80cbefa26177df8726c0 (diff) | |
download | pkgsrc-2793985695f54fcd459a568f0b4eda67be987e0f.tar.gz |
explicitly link against libX11 on Solaris.
Diffstat (limited to 'x11/xpad')
-rw-r--r-- | x11/xpad/Makefile | 4 |
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" |