svn commit: r322848 - head/security/cryptlib

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 12 16:26:50 UTC 2013


Author: bapt
Date: Fri Jul 12 16:26:50 2013
New Revision: 322848
URL: http://svnweb.freebsd.org/changeset/ports/322848

Log:
  Mark jobs unsafe
  Convert to USES=gmake

Modified:
  head/security/cryptlib/Makefile

Modified: head/security/cryptlib/Makefile
==============================================================================
--- head/security/cryptlib/Makefile	Fri Jul 12 16:24:55 2013	(r322847)
+++ head/security/cryptlib/Makefile	Fri Jul 12 16:26:50 2013	(r322848)
@@ -1,6 +1,5 @@
 # Created by: Foxfair Hu <foxfair at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=		cryptlib
 PORTVERSION=		3.4.1
@@ -16,10 +15,11 @@ ONLY_FOR_ARCHS=		i386 amd64
 USE_ZIP=		yes
 EXTRACT_BEFORE_ARGS=	-aq
 NO_WRKSUBDIR=		yes
-USE_GMAKE=		yes
+USES=			gmake
 MAKEFILE=		makefile
 ALL_TARGET=		default FreeBSD shared
 USE_LDCONFIG=		yes
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=		include/cryptlib.h \
 			lib/libcl.a lib/libcl.so \


More information about the svn-ports-all mailing list