diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:18:28 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:18:28 +0000 |
commit | 188ecf39c3ef56b0f0bb9e32fed9451b9427d855 (patch) | |
tree | d9aa3e3a4b26687844b1176352d106ccd923518d /misc/compat4x/Makefile | |
parent | 69ed83d170cdde6998cfa580e3e6d550c9080642 (diff) | |
download | ports-188ecf39c3ef56b0f0bb9e32fed9451b9427d855.tar.gz ports-188ecf39c3ef56b0f0bb9e32fed9451b9427d855.zip |
Notes
Diffstat (limited to 'misc/compat4x/Makefile')
-rw-r--r-- | misc/compat4x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 10fe4d7f1767..dde2951baca7 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -40,7 +40,7 @@ COMPAT4X_DISTFILES= ${PORTNAME}.aa \ IGNORE= unsupported architecture .endif .else -COMPAT4X_OSVERSION= 4.9 +COMPAT4X_OSVERSION= 4.10 PLIST= ${.CURDIR}/pkg-plist.freebsd4 .if ${ARCH} == i386 COMPAT4X_DISTFILES= ${PORTNAME}.aa \ |