diff options
author | asami <asami@FreeBSD.org> | 1999-07-20 23:42:31 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-20 23:42:31 +0000 |
commit | 5994fdbca120e68eccb4ed12a339a8ee285a5b55 (patch) | |
tree | 8331774bfff203d2f2af22d17d413322c38397dc /x11/XFree86-4 | |
parent | c8386530ef9f70052bf00ea8b66e100d9cc7af40 (diff) | |
download | FreeBSD-ports-5994fdbca120e68eccb4ed12a339a8ee285a5b55.zip FreeBSD-ports-5994fdbca120e68eccb4ed12a339a8ee285a5b55.tar.gz |
Use ${OSVERSION} instead of uname.
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r-- | x11/XFree86-4/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4/scripts/configure | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 4c60a7b..794220f 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.54 1999/03/19 22:35:25 asami Exp $ +# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $ # DISTNAME= xc @@ -25,6 +25,7 @@ ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet +SCRIPTS_ENV= OSVERSION=${OSVERSION} # can't use USE_X_PREFIX here -- it will cause a circular dependency PREFIX= ${X11BASE} MTREE_FILE= /etc/mtree/BSD.x11.dist diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 7a27718..7b0dd66 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -227,7 +227,7 @@ else ELF=no fi -if [ ! `uname -r|grep ^2` ]; then +if [ ${OSVERSION} -ge 300000 ]; then cat <<'END' FreeBSD-3.x has support for Secure RPC. |