diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-23 23:59:07 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-23 23:59:07 +0000 |
commit | 96c9413e546ef12f2985d2ffe982c67cc978b314 (patch) | |
tree | 82fc18cd4f43a70d493b18aaba5395c842085535 /editors | |
parent | 5680810c68fb5a75ee9dda6f3aaab5ba731ced7e (diff) | |
download | ports-96c9413e546ef12f2985d2ffe982c67cc978b314.tar.gz ports-96c9413e546ef12f2985d2ffe982c67cc978b314.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 08d03deeaae0..f4816a77ad52 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -4,6 +4,7 @@ PORTNAME= emacs DISTVERSION= 27.1 PORTEPOCH= 3 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GNU @@ -230,10 +231,6 @@ XWIDGETS_CONFIGURE_WITH= xwidgets .include <bsd.port.options.mk> -.if ${ARCH:Mpowerpc*} -USE_GCC= any -.endif - .if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} && !${PORT_OPTIONS:MMOTIF} \ && !${PORT_OPTIONS:MXAW} && !${PORT_OPTIONS:MXAW3D} CONFIGURE_ARGS+= --with-x-toolkit=no |