1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Don't override the DEPTYPE of a component (accidentally introduced in

version 1.11).

Obtained from:	Andrew Turner <andrew@fubar.geek.nz>
This commit is contained in:
Alejandro Pulver 2007-04-11 03:22:34 +00:00
parent c2338dc3b6
commit e34004305a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189740

View File

@ -187,7 +187,9 @@ _LUA_DEPTYPE_${comp}_${ver}=lib
. elif !defined(_LUA_FILE_${comp}_${ver})
_LUA_FILE_${comp}_${ver}= ${LOCALBASE}/share/lua/${ver}/${comp}.lua
. endif
. if !defined(_LUA_DEPTYPE_${comp}_${ver})
_LUA_DEPTYPE_${comp}_${ver}=run
. endif
. endfor
. endfor
.endif