diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-05 14:33:21 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-05 14:33:21 +0000 |
commit | b47bf4289ca8c57b23bd37f87e3dce6d78b13843 (patch) | |
tree | 84b513a406529ed30bb78bf7834bba427334313d /editors/emacs20-dl/Makefile | |
parent | cd257b5a78a31221ad897032ce6fd0a43a42c653 (diff) |
Notes
Diffstat (limited to 'editors/emacs20-dl/Makefile')
-rw-r--r-- | editors/emacs20-dl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index ee6f7a1243f2..34260000f78e 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= emacs-dl -PORTVERSION= 20.6 +PORTVERSION= 20.7 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/emacs-${EMACS_VER} USE_AUTOCONF= yes USE_GMAKE= yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -EMACS_VER= 20.6 +EMACS_VER= 20.7 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if !defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x-toolkit --with-pop @@ -44,8 +44,13 @@ 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 pre-build: @${RM} -rf ${WRKSRC}/info/* |