[Midnightbsd-cvs] mports [24324] trunk/net/geoclue/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 13 15:48:37 EDT 2018
Revision: 24324
http://svnweb.midnightbsd.org/mports/?rev=24324
Author: laffer1
Date: 2018-09-13 15:48:36 -0400 (Thu, 13 Sep 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/net/geoclue/Makefile
Modified: trunk/net/geoclue/Makefile
===================================================================
--- trunk/net/geoclue/Makefile 2018-09-13 17:58:27 UTC (rev 24323)
+++ trunk/net/geoclue/Makefile 2018-09-13 19:48:36 UTC (rev 24324)
@@ -2,6 +2,7 @@
PORTNAME= geoclue
PORTVERSION= 2.4.3
+PORTREVISION= 1
CATEGORIES= net devel gnome
MASTER_SITES= http://www.freedesktop.org/software/geoclue/releases/2.1/
@@ -12,11 +13,12 @@
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
- libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
+ libsoup-2.4.so:devel/libsoup
-USES= gettext gmake pathfix pkgconfig tar:xz
-USE_GNOME= glib20 intlhack
+USES= gettext gnome gmake libtool localbase \
+ pathfix pkgconfig tar:xz
+USE_GNOME= glib20 intlhack introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-3g-source \
@@ -25,5 +27,6 @@
--disable-modem-gps-source
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list