Add back USE_GMAKE which was accidentally removed during the upgrade.
This is needed as recent bmake (such as on 4.6) doesn't work with the Makefile, while older bmake (such as on 4.4) works. Submitted by: maintainer
This commit is contained in:
parent
39a004ad35
commit
26db65c3e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62790
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ MAINTAINER= sysadmin@alexdupre.com
|
|||
RESTRICTED= "many odd restrictions on usage and distribution"
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-cxx
|
||||
|
|
|
@ -15,6 +15,7 @@ MAINTAINER= sysadmin@alexdupre.com
|
|||
RESTRICTED= "many odd restrictions on usage and distribution"
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-cxx
|
||||
|
|
Loading…
Reference in a new issue