Move the definitions of USE_PERL5 and USE_RC_SUBR above the inclusion
of bsd.port.pre.mk where they belong. Hat: portmgr
This commit is contained in:
parent
be28d48cb7
commit
f6f39140b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240560
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ HAS_CONFIGURE= yes
|
|||
MAKE_ENV= OSTYPE=FreeBSD
|
||||
CONFIGURE_ARGS= "--prefix=${PREFIX}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= smbftpd.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
CONFIGURE_ARGS+= "--with-mysql"
|
||||
|
|
Loading…
Reference in a new issue