aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2007-03-14 01:38:15 +0800
committerfjoe <fjoe@FreeBSD.org>2007-03-14 01:38:15 +0800
commit2962b97be15c9b2a94e592df11f93df077de1272 (patch)
treefac611de9eb446fae769ef3bcfc9514152edc2e1 /devel
parent0a9d2bfc3004a8517f14c0a2fbd9e3825398d950 (diff)
downloadfreebsd-ports-gnome-2962b97be15c9b2a94e592df11f93df077de1272.tar.gz
freebsd-ports-gnome-2962b97be15c9b2a94e592df11f93df077de1272.tar.zst
freebsd-ports-gnome-2962b97be15c9b2a94e592df11f93df077de1272.zip
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/tvision/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile
index aeecb78b4dbc..f35965f67799 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