diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 13:12:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 13:12:03 +0000 |
commit | a232992c7c1bf7322cb9ea669a3e1a18dba28490 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /math/bamg | |
parent | ebf253ccf93c0958205e415becd1ff838654d5b1 (diff) | |
download | ports-a232992c7c1bf7322cb9ea669a3e1a18dba28490.tar.gz ports-a232992c7c1bf7322cb9ea669a3e1a18dba28490.zip |
Notes
Diffstat (limited to 'math/bamg')
-rw-r--r-- | math/bamg/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/bamg/Makefile b/math/bamg/Makefile index a4262d40d99b..be9cdbbb57a3 100644 --- a/math/bamg/Makefile +++ b/math/bamg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bamg -# Date created: 16 December 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= bamg PORTVERSION= 1.01 @@ -23,7 +19,8 @@ RESTRICTED= No resale, contact author for commercial usage WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes ALL_TARGET= world INSTALL_TARGET= install-world |