====== pkgtools.conf ====== ===== Information ===== Location: ''/usr/local/etc/pkgtools.conf'' pkgtools.conf is used when upgrading or installing dependencies ===== Proceedure ===== I've added the following ''MAKE_ARGS'' to ''pkgtools.conf'': MAKE_ARGS = { 'databases/mysql*' => [ 'WITH_OPENSSL=yes', 'BUILD_OPTIMIZED=yes', 'BUILD_STATIC=yes', ], 'www/apache*' => [ 'WITH_FULLBUILD=yes', 'WITH_MYSQL=yes', 'WITHOUT_IPV6=yes', 'WITH_PCRE_FROM_PORTS=yes', 'WITH_BERKELEYDB=db41', ], 'lang/php*' => [ 'WITH_APACHE=yes', 'WITHOUT_IPV6=yes', ], 'devel/subversion*' => [ 'WITH_PERL=yes', 'WITH_MOD_DAV_SVN=yes', 'WITH_APACHE2_APR=yes', 'WITH_BERKELEYDB=db41', 'WITH_SVNSERVE_WRAPPER=yes', ], 'mail/mutt*' => [ 'WITH_MUTT_SLANG2=yes', 'WIHTOUT_NLS=yes', 'WITH_MUTT_IMAP_HEADER_CACHE=yes', ], } ===== Reference Links ===== * * == \\ \\ {{tag>:freebsd}}