diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-12-12 20:51:13 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-12-12 20:51:13 +0000 |
commit | 6747ae6aff01d3aaee7293b796ad03a932aa80b3 (patch) | |
tree | 128ca0799bb64ffa102def587db9c74fc1cd99fa /comms | |
parent | ad74d36ba98bc1e08778a5f24d34c0dc5bb31938 (diff) | |
download | pkgsrc-6747ae6aff01d3aaee7293b796ad03a932aa80b3.tar.gz |
Link network libs on SunOS
Diffstat (limited to 'comms')
-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" |