diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
commit | a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491 (patch) | |
tree | 4a6b8513515fb032f2183d945863a1d39dbcd0c1 /Mk/bsd.port.mk | |
parent | 7a6d87cd185d39c7023ee32da472cca4f391e7f2 (diff) | |
download | ports-a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491.tar.gz ports-a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 519ecda8f1af..6e64bfba420f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1365,10 +1365,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.local.mk" .endif -.if defined(USE_EMACS) -.include "${PORTSDIR}/Mk/bsd.emacs.mk" -.endif - .if defined(USE_PHP) && (!defined(USES) || ( defined(USES) && !${USES:Mphp*} )) DEV_WARNING+= "Using USE_PHP alone is deprecated, please use USES=php" USES+= php |