diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-17 20:07:38 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-17 20:07:38 +0000 |
commit | 3138e30043aefcde505ef106cf9338be358315f1 (patch) | |
tree | e405bc6c7e1bfd89e3889a7c6035f7303b03e1ca /cad | |
parent | - cpuctl(4) appeared in 701102. Reflect this. (diff) |
No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
Add a faster MASTER_SITE.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Notes
Notes:
svn path=/head/; revision=226325
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index edd03896a4f1..582862fbc3ff 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -9,7 +9,8 @@ PORTNAME= gmsh PORTVERSION= 2.2.6 PORTREVISION= 2 CATEGORIES= cad -MASTER_SITES= http://www.geuz.org/gmsh/src/ +MASTER_SITES= http://www.sfr-fresh.com/unix/privat/ \ + http://www.geuz.org/gmsh/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source EXTRACT_SUFX= .tgz @@ -35,7 +36,6 @@ CONFIGURE_ARGS= --with-fltk-prefix=${LOCALBASE} \ --with-med-prefix=${LOCALBASE} \ --with-jpeg-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} -CONFIGURE_ENV= F77=${F77} USE_GMAKE= yes ALL_TARGET= all utils |