diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-10 21:02:04 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-10 21:02:04 +0000 |
commit | 383d692c9cac9d4848e5f6e8c42c90128fcb738c (patch) | |
tree | c599b4d1190b0d321b0c539fc217625f5bf1cc8b /lang/pure | |
parent | 2007d5769103db1f1e8237f2745fee4c90768ee2 (diff) | |
download | ports-383d692c9cac9d4848e5f6e8c42c90128fcb738c.tar.gz ports-383d692c9cac9d4848e5f6e8c42c90128fcb738c.zip |
Notes
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index c29907da38f8..3f24c41f917b 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release OPTIONS_DEFINE= EMACS -EMACS_DESC= "Compile pure-mode.el with Emacs" +EMACS_DESC= Compile pure-mode.el with Emacs .include <bsd.port.options.mk> |