mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Commit a file forgotten in 470799
Reported by: antoine
This commit is contained in:
parent
5d7b99e536
commit
5e339c9e0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470801
@ -15,8 +15,8 @@ _INCLUDE_BSD_DEFAULT_VERSIONS_MK= yes
|
||||
|
||||
LOCALBASE?= /usr/local
|
||||
|
||||
.for lang in APACHE BDB EMACS FIREBIRD FORTRAN FPC GCC GHOSTSCRIPT LINUX LUA \
|
||||
MYSQL PERL5 PGSQL PHP PYTHON PYTHON2 PYTHON3 RUBY SSL TCLTK
|
||||
.for lang in APACHE BDB COROSYNC EMACS FIREBIRD FORTRAN FPC GCC GHOSTSCRIPT \
|
||||
LINUX LUA MYSQL PERL5 PGSQL PHP PYTHON PYTHON2 PYTHON3 RUBY SSL TCLTK
|
||||
.if defined(${lang}_DEFAULT)
|
||||
ERROR+= "The variable ${lang}_DEFAULT is set and it should only be defined through DEFAULT_VERSIONS+=${lang:tl}=${${lang}_DEFAULT} in /etc/make.conf"
|
||||
.endif
|
||||
@ -32,6 +32,8 @@ ${_l:tu}_DEFAULT= ${lang:C/.*=//g}
|
||||
APACHE_DEFAULT?= 2.4
|
||||
# Possible values: 48, 5, 6
|
||||
BDB_DEFAULT?= 5
|
||||
# Possible values: 2, 3
|
||||
COROSYNC_DEFAULT?= 2
|
||||
# Possible_values: full canna nox devel_full devel_nox
|
||||
#EMACS_DEFAULT?= let the flavor be the default if not explicitly set
|
||||
# Possible values: 2.5
|
||||
|
Loading…
Reference in New Issue
Block a user