[Midnightbsd-cvs] mports [18697] trunk/databases/ldb/Makefile: fix a few port issues

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 17 21:22:14 EDT 2015


Revision: 18697
          http://svnweb.midnightbsd.org/mports/?rev=18697
Author:   laffer1
Date:     2015-04-17 21:22:14 -0400 (Fri, 17 Apr 2015)
Log Message:
-----------
fix a few port issues

Modified Paths:
--------------
    trunk/databases/ldb/Makefile

Modified: trunk/databases/ldb/Makefile
===================================================================
--- trunk/databases/ldb/Makefile	2015-04-18 01:18:37 UTC (rev 18696)
+++ trunk/databases/ldb/Makefile	2015-04-18 01:22:14 UTC (rev 18697)
@@ -2,6 +2,7 @@
 
 PORTNAME=		ldb
 PORTVERSION=		1.1.15
+PORTREVISION=		1
 CATEGORIES=		databases
 MASTER_SITES=		${MASTER_SITE_SAMBA}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -8,11 +9,12 @@
 
 MAINTAINER=		ports at MidnightBSD.org
 COMMENT=		LDAP-like embedded database
+
 LICENSE=		gpl3
 
 CONFLICTS=		*samba3[0-4]-3.*
 
-USE_PKGCONFIG=		yes
+USES=			pkgconfig ldap
 USE_PYTHON_BUILD=	-2.7
 USE_LDCONFIG=		yes
 HAS_CONFIGURE=		yes
@@ -21,8 +23,6 @@
 
 USE_OPENLDAP=		yes
 
-MAKE_JOBS_SAFE=		yes
-
 PKGCONFIGDIR?=		${PREFIX}/libdata/pkgconfig
 PLIST_SUB+=		PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;}
 



More information about the Midnightbsd-cvs mailing list