[Midnightbsd-cvs] mports [23095] trunk/devel/gnome-vfs/Makefile: fix samba

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 8 00:29:36 EST 2018


Revision: 23095
          http://svnweb.midnightbsd.org/mports/?rev=23095
Author:   laffer1
Date:     2018-03-08 00:29:35 -0500 (Thu, 08 Mar 2018)
Log Message:
-----------
fix samba

Modified Paths:
--------------
    trunk/devel/gnome-vfs/Makefile

Modified: trunk/devel/gnome-vfs/Makefile
===================================================================
--- trunk/devel/gnome-vfs/Makefile	2018-03-08 05:24:58 UTC (rev 23094)
+++ trunk/devel/gnome-vfs/Makefile	2018-03-08 05:29:35 UTC (rev 23095)
@@ -64,7 +64,8 @@
 .endif
 
 .if ${PORT_OPTIONS:MSAMBA}
-LIB_DEPENDS+=	libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
+CONFIGURE_ARGS+=--with-samba-includes=${SAMBAINCLUDES} --with-samba-libs=${SAMBALIBS}
+USES+=		samba:lib
 PLIST_SUB+=	SAMBA=""
 .else
 PLIST_SUB+=	SAMBA="@comment "



More information about the Midnightbsd-cvs mailing list