Complete disable emac to avoid the configure failure if emac exists in the
system. PR: ports/108218 Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua> Discussed with: pav
This commit is contained in:
parent
90dd37c655
commit
cdfa2443b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185955
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
|||
USE_GNOME= glib20
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp
|
||||
CONFIGURE_ARGS= --without-lispdir
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" EMACS="no"
|
||||
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
|
|
Loading…
Reference in a new issue