summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile
index d18ef3158f9..0ff72327fd0 100644
--- a/graphics/vp/Makefile
+++ b/graphics/vp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2013/11/16 06:44:42 shattered Exp $
+# $NetBSD: Makefile,v 1.20 2014/02/08 22:54:45 wiedi Exp $
#
DISTNAME= vp-1.8
@@ -12,6 +12,8 @@ COMMENT= Image viewer
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lsocket -lnsl -lm
+
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"