summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-30 12:47:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-30 12:47:29 +0000
commitbd7201b46c413e0feb139e95baaba2feae956fda (patch)
tree29a52376f3267d1f0ca73d23689796af627595ab /math
parentFix build with clang by forcing gnu89 (diff)
Fix build with clang by forcing gnu89
Notes
Notes: svn path=/head/; revision=323965
Diffstat (limited to 'math')
-rw-r--r--math/nauty/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/nauty/Makefile b/math/nauty/Makefile
index 04e41732c47a..2f27267ed428 100644
--- a/math/nauty/Makefile
+++ b/math/nauty/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nauty
-# Date created: May 24 2001
-# Whom: bremner@unb.ca
-#
+# Created by: bremner@unb.ca
# $FreeBSD$
-#
PORTNAME= nauty
PORTVERSION= 2.4r2
@@ -17,8 +13,8 @@ COMMENT= Brendan McKay's graph isomorphism tester
WRKSRC= ${WRKDIR}/${PORTNAME}24r2
MAKEFILE= makefile
+USE_CSTD= gnu89
GNU_CONFIGURE= YES
-MAKE_JOBS_SAFE= YES
PORTDOCS= nug.pdf
post-patch: