cad/varkon: Hardcode PLATFORM to "FreeBSD"

The use of $OPSYS to define the platform actually breaks the build on
DragonFly.  The PLATFORM has to be recognized, and it serves for file
selection.  DragonFly (the only other OPSYS using ports for now) needs
"FreeBSD", not "DragonFly" to be defined as PLATFORM in order to build.
This change has no effect for FreeBSD users.

Varkon is an unmaintained port.
This commit is contained in:
John Marino 2013-10-06 22:58:15 +00:00
parent 2657949339
commit 37b4775802
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329636

View file

@ -19,8 +19,8 @@ BUILD_WRKSRC= ${WRKSRC}/sources
USE_XORG= xpm
USE_GL= glu
USE_GMAKE= yes
MAKE_ENV= PLATFORM="${OPSYS}"
USES= gmake
MAKE_ENV= PLATFORM=FreeBSD
ALL_TARGET= # none
MAKE_JOBS_UNSAFE= yes