mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
2657949339
commit
37b4775802
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329636
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue