summaryrefslogtreecommitdiff
path: root/graphics/vnc2swf
diff options
context:
space:
mode:
authorobache <obache>2013-03-20 03:05:50 +0000
committerobache <obache>2013-03-20 03:05:50 +0000
commit29fc9b5d317743a5d20e46dbbeda16a2ddb77e37 (patch)
treea0bafa30ee288612c060af3a0fa476ce845dfebf /graphics/vnc2swf
parent9887f85a3bc81a309464add12ab4f98bd74d0fc2 (diff)
downloadpkgsrc-29fc9b5d317743a5d20e46dbbeda16a2ddb77e37.tar.gz
libsocket and libnsl are required for SunOS.
Diffstat (limited to 'graphics/vnc2swf')
-rw-r--r--graphics/vnc2swf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile
index 07773223909..51b64740698 100644
--- a/graphics/vnc2swf/Makefile
+++ b/graphics/vnc2swf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/06 14:11:24 asau Exp $
+# $NetBSD: Makefile,v 1.18 2013/03/20 03:05:50 obache Exp $
#
DISTNAME= vnc2swf-0.5.0
@@ -23,6 +23,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pax
+LDFLAGS.SunOS+= -lsocket -lnsl
+
INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/vnc2swf
SUBST_CLASSES+= x11base