diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-23 12:21:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-23 12:21:29 +0000 |
commit | b56fb57bf8dfafa88ae6da06279817763978dd60 (patch) | |
tree | 1a26e0ba50cf822556cac1805eaa8c0b051b9755 /mk/defs.Linux.mk | |
parent | 06b1a6ed2d36a5dbbc9a5d84db4667072998dbe1 (diff) | |
download | pkgsrc-b56fb57bf8dfafa88ae6da06279817763978dd60.tar.gz |
Remove USE_LIBINTL and _DO_LIBINTL_CHECKS, which have been replaced
by devel/gettext-lib/buildlink2.mk.
Diffstat (limited to 'mk/defs.Linux.mk')
-rw-r--r-- | mk/defs.Linux.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/defs.Linux.mk b/mk/defs.Linux.mk index b6384e7a573..858fe90497b 100644 --- a/mk/defs.Linux.mk +++ b/mk/defs.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Linux.mk,v 1.31 2002/10/04 23:32:17 jlam Exp $ +# $NetBSD: defs.Linux.mk,v 1.32 2002/10/23 12:21:30 wiz Exp $ # # Variable definitions for the Linux operating system. @@ -79,7 +79,6 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m` USERADD?= /usr/sbin/useradd ZOULARISBASE?= /usr/pkg -_DO_LIBINTL_CHECKS= no # perform checks for valid libintl _DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs _IMAKE_MAKE= ${MAKE} # program which gets invoked by imake _OPSYS_HAS_GMAKE= yes # GNU make is standard |