[Midnightbsd-cvs] mports [24402] trunk/misc/xfce4-weather-plugin/Makefile: add target

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 26 19:34:47 EDT 2018


Revision: 24402
          http://svnweb.midnightbsd.org/mports/?rev=24402
Author:   laffer1
Date:     2018-09-26 19:34:47 -0400 (Wed, 26 Sep 2018)
Log Message:
-----------
add target

Modified Paths:
--------------
    trunk/misc/xfce4-weather-plugin/Makefile

Modified: trunk/misc/xfce4-weather-plugin/Makefile
===================================================================
--- trunk/misc/xfce4-weather-plugin/Makefile	2018-09-26 23:30:50 UTC (rev 24401)
+++ trunk/misc/xfce4-weather-plugin/Makefile	2018-09-26 23:34:47 UTC (rev 24402)
@@ -13,7 +13,7 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	soup-2:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS=	libsoup-2.so:devel/libsoup
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
@@ -20,6 +20,9 @@
 USES=		pkgconfig gettext gmake pathfix tar:bzip2
 USE_GNOME=	glib20 gtk20 intltool intlhack libxml2
 USE_XFCE=	libmenu libutil panel
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+CONFIGURE_TARGET=	${ARCH}-portbld-freebsd9.1
 
 OPTIONS_DEFINE=	UPOWER
 UPOWER_DESC=	Power state support
@@ -27,7 +30,7 @@
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MUPOWER}
-LIB_DEPENDS+=	upower-glib:${PORTSDIR}/sysutils/upower
+LIB_DEPENDS+=	libupower-glib.so:sysutils/upower
 CONFIGURE_ARGS+=--enable-upower
 .else
 CONFIGURE_ARGS+=--disable-upower



More information about the Midnightbsd-cvs mailing list