diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 460836ff23b6dcedf0492f75495022dc42f6eb99 (patch) | |
tree | 5c97de462ec70569d72e34d640782d1b9348d6de /japanese/tcl76 | |
parent | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff) | |
download | freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 2 | ||||
-rw-r--r-- | japanese/tcl76/files/Makefile.lib | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 4b5ab1d4d05a..51c6c298a505 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -50,7 +50,7 @@ post-configure: pre-build: cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} \ - VERSION=${VERSION} OSVERSION=${OSVERSION} && ${RM} *.o + VERSION=${VERSION} && ${RM} *.o pre-install: ${MKDIR} ${PREFIX}/lib/tcl${VERSION} diff --git a/japanese/tcl76/files/Makefile.lib b/japanese/tcl76/files/Makefile.lib index 52921a346a55..d98bae2bad25 100644 --- a/japanese/tcl76/files/Makefile.lib +++ b/japanese/tcl76/files/Makefile.lib @@ -8,9 +8,6 @@ CFLAGS+= -I. -I./../generic \ -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DKANJI \ -DTCL_LIBRARY=\"${TCL_LIBRARY}\" \ -DTCL_PACKAGE_PATH="\"/usr/local/lib\"" -.if ${OSVERSION} < 600011 -CFLAGS+= -DNEED_MATHERR=1 -.endif GENERIC_DIR= ../generic UNIX_DIR= . |