diff options
Diffstat (limited to 'graphics/vnc2swf/Makefile')
-rw-r--r-- | graphics/vnc2swf/Makefile | 4 |
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 |