diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:58:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:58:46 +0800 |
commit | 8300b8e535653a3ce60e84525cbc1e035dce124d (patch) | |
tree | 46e5b48de471980e12fac9274a39f586cbc3dcaa /security/bugs | |
parent | f91ed94022b856dd0143baa94826b1b56b301430 (diff) | |
download | freebsd-ports-gnome-8300b8e535653a3ce60e84525cbc1e035dce124d.tar.gz freebsd-ports-gnome-8300b8e535653a3ce60e84525cbc1e035dce124d.tar.zst freebsd-ports-gnome-8300b8e535653a3ce60e84525cbc1e035dce124d.zip |
Mark jobs unsafe and convert to USES=gmake
Diffstat (limited to 'security/bugs')
-rw-r--r-- | security/bugs/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile index 2349c3bdfcdb..f51dfcbd75c5 100644 --- a/security/bugs/Makefile +++ b/security/bugs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bugs -# Date created: 20 June 1998 -# Whom: Stephane Legrand -# +# Created by: Stephane Legrand # $FreeBSD$ -# PORTNAME= bugs PORTVERSION= 4.1.1 @@ -18,7 +14,9 @@ COMMENT= Great cryptography library and sample programs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake + +MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" |