diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 09:18:20 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 09:18:20 +0000 |
commit | 0033b07d09c4e217290d57b18f0ecf518a229cc3 (patch) | |
tree | 12ce8045a4b8f077457ce45f8cabb44f24aaed26 | |
parent | 167911b75e91537a36a0b02c78f6e7d92588df87 (diff) | |
download | ports-0033b07d09c4e217290d57b18f0ecf518a229cc3.tar.gz ports-0033b07d09c4e217290d57b18f0ecf518a229cc3.zip |
Notes
-rw-r--r-- | lang/emacs-lisp-intro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/emacs-lisp-intro/Makefile b/lang/emacs-lisp-intro/Makefile index ccf133b213f5..451b5b7017b3 100644 --- a/lang/emacs-lisp-intro/Makefile +++ b/lang/emacs-lisp-intro/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= amakawa@jp.FreeBSD.org COMMENT= Introduction to Emacs Lisp programming -USE_AUTOTOOLS= autoconf213 +GNU_CONFIGURE= yes INFO= emacs-lisp-intro .include <bsd.port.mk> |