diff options
author | glewis <glewis@FreeBSD.org> | 2007-03-08 04:05:47 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-03-08 04:05:47 +0800 |
commit | 9fc762e6a20b570a5e2508802920f40c4b8d9bac (patch) | |
tree | ac593be738c0b3e49e8767a97ac54250aece20a6 /math/gnuplot | |
parent | fe05b4d9f0350b18cfaf30e8696aa1285c764ddb (diff) | |
download | freebsd-ports-gnome-9fc762e6a20b570a5e2508802920f40c4b8d9bac.tar.gz freebsd-ports-gnome-9fc762e6a20b570a5e2508802920f40c4b8d9bac.tar.zst freebsd-ports-gnome-9fc762e6a20b570a5e2508802920f40c4b8d9bac.zip |
. (Potentially) set USE_EMACS before we include bsd.port.pre.mk, not after,
so that we pick up bsd.emacs.mk.
PR: 109580
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index a81bf87a137b..ecc794d4431f 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -30,8 +30,6 @@ OPTIONS= GD "Enable GD support" on \ MAN1= gnuplot.1 lasergnu.1 INFO= gnuplot -.include <bsd.port.pre.mk> - .if exists(${PREFIX}/bin/emacs) || exists(${PREFIX}/bin/xemacs) USE_EMACS= yes EMACS_PORT_NAME= emacs21 @@ -43,6 +41,8 @@ PLIST_SUB+= EMACS_SITE_LISPDIR="@comment " CONFIGURE_ARGS+= --without-lisp-files .endif +.include <bsd.port.pre.mk> + .if !defined(WITHOUT_READLINE) .if ${OSVERSION} < 500018 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline |