diff options
Diffstat (limited to 'japanese/emacs-emcws/Makefile')
-rw-r--r-- | japanese/emacs-emcws/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index ad9b0ff..fba2a20 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -143,15 +143,6 @@ PLIST_SUB+= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \ SCRIPTS_ENV= SED=${SED} MV=${MV} \ DOC_FILE=${DOC_FILE} -.if defined(WITH_XPG4) -.if ${OSVERSION} >= 220000 && ${OSVERSION} < 400020 -CONFIGURE_ARGS+= --with-xpg4 -.endif -.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005 -CONFIGURE_ARGS+= --with-xpg4 -.endif -.endif - .if exists(${PREFIX}/bin/emacs-${EMACS_VER}) EMACS_BASE=${PREFIX} .else |