diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 10:34:58 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 10:34:58 +0000 |
commit | 728946bb6064255a499daa5dfee604bd0b272310 (patch) | |
tree | 903bbe1e25921297009b0ae232b32b1ab48099d4 /net | |
parent | Make EMACS_PORT_NAME overridable. (diff) |
Make EMACS_PORT_NAME overridable.
Notes
Notes:
svn path=/head/; revision=195719
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-radius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 6a42199d9082..4c15ea9b81d3 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --enable-notify .if defined(WITH_EMACS) USE_EMACS= yes -EMACS_PORT_NAME= emacs20 +EMACS_PORT_NAME?= emacs20 .include "${PORTSDIR}/Mk/bsd.emacs.mk" CONFIGURE_ARGS+= --with-lispdir=${PREFIX}/${EMACS_SITE_LISPDIR} PLIST_SUB+= EMACS="" |