diff options
-rw-r--r-- | comms/xfce4-modemlights-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/xfce4-modemlights-plugin/Makefile b/comms/xfce4-modemlights-plugin/Makefile index 30434a6dff7..0f3f0d35cfe 100644 --- a/comms/xfce4-modemlights-plugin/Makefile +++ b/comms/xfce4-modemlights-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/13 19:54:26 youri Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/12 20:51:13 wiedi Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -9,6 +9,8 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-modemlights-plugin HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-modemlights-plugin COMMENT= Xfce modems monitoring plugin +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../x11/libxfce4gui/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |