diff options
author | mezz <mezz@FreeBSD.org> | 2007-02-26 13:40:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-02-26 13:40:08 +0800 |
commit | 5ac928737cd69aeaf318e4210d7bdb8a80b725fc (patch) | |
tree | 842a6a65d189f2c161e3bb6ecf46dbfe6785111c /devel/desktop-file-utils | |
parent | 7c9a4f5bbd61a17f36d896bd5db61f7e2f69b2d9 (diff) | |
download | freebsd-ports-gnome-5ac928737cd69aeaf318e4210d7bdb8a80b725fc.tar.gz freebsd-ports-gnome-5ac928737cd69aeaf318e4210d7bdb8a80b725fc.tar.zst freebsd-ports-gnome-5ac928737cd69aeaf318e4210d7bdb8a80b725fc.zip |
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
Diffstat (limited to 'devel/desktop-file-utils')
-rw-r--r-- | devel/desktop-file-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index 2f6929d22a50..5e0734b7b792 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -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 |