diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xlt/Makefile b/x11/xlt/Makefile index edad6b43f78..dc4fb6bdd5e 100644 --- a/x11/xlt/Makefile +++ b/x11/xlt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/01/19 23:22:54 riastradh Exp $ +# $NetBSD: Makefile,v 1.7 2014/02/24 15:53:22 wiedi Exp $ # DISTNAME= Xlt-13.0.13 @@ -17,6 +17,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +LDFLAGS.SunOS+= -lresolv -lsocket -lnsl + .include "../../mk/bsd.prefs.mk" .include "../../x11/libX11/buildlink3.mk" |