aboutsummaryrefslogtreecommitdiff
path: root/science/cdf
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-05 15:04:38 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-05 15:04:38 +0000
commitfbd6d1a1092604b85c18bcf7eeeaae440266ea79 (patch)
tree2ef30bca51b8a6ad09166d049133c83a04181b1b /science/cdf
parenta26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf (diff)
downloadports-fbd6d1a1092604b85c18bcf7eeeaae440266ea79.tar.gz
ports-fbd6d1a1092604b85c18bcf7eeeaae440266ea79.zip
Replace "${OPSYS:tl}" with "freebsd" on 4 ports
The following 4 ports will not build correctly if certain variables are not defined as "freebsd". Defining them as "${OPSYS:tl}" caused breakage on DragonFly for various reasons. Harding the variables are a no-op for FreeBSD but fixes the ports on DragonFly. * games/ioquake3 * graphics/opendx * science/cdf * security/john approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=353023
Diffstat (limited to 'science/cdf')
-rw-r--r--science/cdf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile
index 55e70359b6c4..38618629fa3f 100644
--- a/science/cdf/Makefile
+++ b/science/cdf/Makefile
@@ -14,7 +14,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Device independent view of the CDF data model
-MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=${OPSYS:tl} ENV=gnu \
+MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \
FORTRAN=yes FC_freebsd=${F77}
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes