From 0650edb4d65a547a146d0f6a24f07fdb19acabe5 Mon Sep 17 00:00:00 2001 From: jasone Date: Mon, 23 Jan 2006 04:49:41 +0000 Subject: Remove WITHOUT_NLS support. The cook port can build without gettext, but there is no way to tell its configure script to not use gettext, even if the configure script finds a usable implementation. Therefore, always use gettext. Reported by: kris --- devel/cook/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'devel/cook') diff --git a/devel/cook/Makefile b/devel/cook/Makefile index ac4ea450565a..53d036a6bf74 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -22,9 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 MANCOMPRESSED= no -.if !defined(WITHOUT_NLS) USE_GETTEXT= yes -.endif # Make sure that the whole directory tree exists. pre-install: -- cgit