aboutsummaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /japanese/emacs-emcws/Makefile
parent88479b1d0703b73d3f20015a53e8a442505bfddd (diff)
downloadports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz
ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'japanese/emacs-emcws/Makefile')
-rw-r--r--japanese/emacs-emcws/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile
index ad9b0ff1b8ac..fba2a206c59d 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