summaryrefslogtreecommitdiff
path: root/sysutils/pcmanfm
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-07-25 17:16:02 +0000
committerrichard <richard@pkgsrc.org>2016-07-25 17:16:02 +0000
commiteec5a5a47d84a01e970c91aebfdc28374207259c (patch)
treea8f3293fb4600f1f539de7c5160a5aee82552f82 /sysutils/pcmanfm
parentb101791a2ce6546846db2c3977d63988bcc5b814 (diff)
downloadpkgsrc-eec5a5a47d84a01e970c91aebfdc28374207259c.tar.gz
SunOS needs -lsocket -lnsl
Diffstat (limited to 'sysutils/pcmanfm')
-rw-r--r--sysutils/pcmanfm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pcmanfm/Makefile b/sysutils/pcmanfm/Makefile
index 3a298629ae1..e356ac1f4f3 100644
--- a/sysutils/pcmanfm/Makefile
+++ b/sysutils/pcmanfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/05/22 22:51:44 youri Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/25 17:16:02 richard Exp $
#
DISTNAME= pcmanfm-1.2.4
@@ -18,6 +18,8 @@ USE_TOOLS+= intltool pkg-config
CONF= share/examples/pcmanfm
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${CONF}
+LIBS.SunOS+= -lsocket -lnsl
+
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS= ${PKG_SYSCONFDIR}/pcmanfm/default
CONF_FILES+= ${CONF}/xdg/pcmanfm/default/pcmanfm.conf \