diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-20 23:44:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-20 23:44:07 +0000 |
commit | 455bd7d23811f011f2783fca3540363f42a39eb6 (patch) | |
tree | 87f6ea0035dc28a95a02ba154786ed67c2040a11 /science | |
parent | ce502ef4de1a7a783aabffcfc6678b3ec76f7149 (diff) | |
download | ports-455bd7d23811f011f2783fca3540363f42a39eb6.tar.gz ports-455bd7d23811f011f2783fca3540363f42a39eb6.zip |
Fix INDEX build on 4.x after archivers/bsdtar removal.
Submitted by: portsnap buildbox
Pointyhar, more or less: glewis@
Notes
Notes:
svn path=/head/; revision=165889
Diffstat (limited to 'science')
-rw-r--r-- | science/openfoam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index 1a572548f616..62fc2a06c2ee 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -7,6 +7,7 @@ PORTNAME= ${REALNAME:L} PORTVERSION= 1.3 +PORTVERSION= 1 CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= foam @@ -112,7 +113,7 @@ BROKEN= Does not compile with gcc-2.95 .endif .if ${OSVERSION} <= 504103 -EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/bsdtar +EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive TAR= ${LOCALBASE}/bin/bsdtar .endif |