diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /editors/emacs20-dl | |
parent | d12f14432cc492205cefb505a3c1320dd0f4e31a (diff) | |
download | ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.tar.gz ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.zip |
Notes
Diffstat (limited to 'editors/emacs20-dl')
-rw-r--r-- | editors/emacs20-dl/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs20-dl/pkg-descr | 2 | ||||
-rw-r--r-- | editors/emacs20-dl/pkg-message | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index ca41aab9bd40..ee6f7a1243f2 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -28,7 +28,7 @@ USE_GMAKE= yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" EMACS_VER= 20.6 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd -.if !defined(NO_X11) +.if !defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x-toolkit --with-pop USE_XLIB= yes .else @@ -43,11 +43,9 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \ SCRIPTS_ENV= SED=${SED} MV=${MV} \ DOC_FILE=${DOC_FILE} -.if defined(USE_XPG4) -.if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes") +.if defined(WITH_XPG4) CONFIGURE_ARGS+= --with-xpg4 .endif -.endif pre-build: @${RM} -rf ${WRKSRC}/info/* diff --git a/editors/emacs20-dl/pkg-descr b/editors/emacs20-dl/pkg-descr index cc0bd59dcd7f..76e86dd7690f 100644 --- a/editors/emacs20-dl/pkg-descr +++ b/editors/emacs20-dl/pkg-descr @@ -15,7 +15,7 @@ warning message may be displayed: Warning: locale not supported by C library, locale unchanged -If you complain about this message, type `make install USE_XPG4=YES' +If you complain about this message, type `make install WITH_XPG4=yes' at the "${PORTSDIR}/editors/japanese" directory to re-make this package. WWW: http://www.m17n.org/mule/dynamic-loading/ diff --git a/editors/emacs20-dl/pkg-message b/editors/emacs20-dl/pkg-message index 7beccddf9233..fcc358a279cc 100644 --- a/editors/emacs20-dl/pkg-message +++ b/editors/emacs20-dl/pkg-message @@ -7,7 +7,7 @@ Warning: locale not supported by C library, locale unchanged - If you complain about this message, type `make install USE_XPG4=YES' + If you complain about this message, type `make install WITH_XPG4=yes' at the "${PORTSDIR}/editors/emacs20-dl" directory to re-make this package. **************************************************************************** |