diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /editors/emacs20-dl | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'editors/emacs20-dl')
-rw-r--r-- | editors/emacs20-dl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index 34260000f78e..c1261116d9a1 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -15,7 +15,7 @@ DISTNAME= emacs-${PORTVERSION} PATCH_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/ \ http://www.etl.go.jp/~tomo/comp/emacsen/ PATCHFILES= emacs-20.4-dl3.diff.gz -PATCH_DIST_STRIP= -p1 +PATCH_DIST_STRIP= -p1 MAINTAINER= shige@FreeBSD.org @@ -29,10 +29,10 @@ MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" EMACS_VER= 20.7 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if !defined(WITHOUT_X11) -CONFIGURE_ARGS= --with-x-toolkit --with-pop -USE_XLIB= yes +CONFIGURE_ARGS= --with-x-toolkit --with-pop +USE_XLIB= yes .else -CONFIGURE_ARGS= --with-x=no --with-pop +CONFIGURE_ARGS= --with-x=no --with-pop .endif DOC_FILE= DOC-DL-${EMACS_VER}.1 |