[Midnightbsd-cvs] mports [23114] trunk/www/gnome-user-share/Makefile: fix so check

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 8 13:58:11 EST 2018


Revision: 23114
          http://svnweb.midnightbsd.org/mports/?rev=23114
Author:   laffer1
Date:     2018-03-08 13:58:10 -0500 (Thu, 08 Mar 2018)
Log Message:
-----------
fix so check

Modified Paths:
--------------
    trunk/www/gnome-user-share/Makefile

Modified: trunk/www/gnome-user-share/Makefile
===================================================================
--- trunk/www/gnome-user-share/Makefile	2018-03-08 15:35:01 UTC (rev 23113)
+++ trunk/www/gnome-user-share/Makefile	2018-03-08 18:58:10 UTC (rev 23114)
@@ -11,13 +11,13 @@
 COMMENT=	Personal file-sharing service for the GNOME Desktop
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS=	libavahi-client.so:${PORTSDIR}/net/avahi-app \
-		libnotify.so:${PORTSDIR}/devel/libnotify \
-		libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
-		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
-RUN_DEPENDS=	ap*-mod_dnssd>=0:${PORTSDIR}/www/mod_dnssd \
-		console-kit-daemon:${PORTSDIR}/sysutils/consolekit
+BUILD_DEPENDS=	itstool:textproc/itstool
+LIB_DEPENDS=	libavahi-client.so:net/avahi-app \
+		libnotify.so:devel/libnotify \
+		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+		libunique-1.0.so:x11-toolkits/unique
+RUN_DEPENDS=	${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:www/mod_dnssd \
+		console-kit-daemon:sysutils/consolekit
 
 USES=		gettext gmake libtool pkgconfig tar:xz
 USE_APACHE=	22+



More information about the Midnightbsd-cvs mailing list