From 2962b97be15c9b2a94e592df11f93df077de1272 Mon Sep 17 00:00:00 2001 From: fjoe Date: Tue, 13 Mar 2007 17:38:15 +0000 Subject: USE_GMAKE as a temporary band-aid for make(1) in FreeBSD 7 that now remakes makefiles but cycles on lib/Makefile from tvision sources. GNU make does not consider a target that exists, has no commands, is older than its sources as out-of-date if no sources were actually remade and thus does not cycle on such Makefiles. The fix for make(1) is coming soon. --- devel/tvision/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index aeecb78..f35965f 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Turbo Vision C++ CUI library for UNIX GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -- cgit v1.1