diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-21 07:44:07 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-21 07:44:07 +0800 |
commit | 81ca7eae94a9651503be66d88593cc5bed6508ee (patch) | |
tree | 1eb359ea4fb360a7a90cb1025f7719417c168a55 | |
parent | f660006244404b8a00d57cea2e226932ba3a0b61 (diff) | |
download | freebsd-ports-gnome-81ca7eae94a9651503be66d88593cc5bed6508ee.tar.gz freebsd-ports-gnome-81ca7eae94a9651503be66d88593cc5bed6508ee.tar.zst freebsd-ports-gnome-81ca7eae94a9651503be66d88593cc5bed6508ee.zip |
Fix INDEX build on 4.x after archivers/bsdtar removal.
Submitted by: portsnap buildbox
Pointyhar, more or less: glewis@
-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 |