From 64a2a5a53cc703071056ce83007d0c9a2f6b13b7 Mon Sep 17 00:00:00 2001 From: lesi Date: Tue, 9 May 2006 17:12:28 +0000 Subject: Silence duplicate LATEST_LINK checker by defining NO_LATEST_LINK depending on X_WINDOW_SYSTEM choice. PR: ports/96293 (but solved differently) --- devel/imake-4/Makefile | 1 + devel/imake-6/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index c3e4041c0b5f..234c672cb522 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -34,6 +34,7 @@ SCRIPTS_ENV= CC=${CC} IGNORE= is part of XFree86 and you have ${X_WINDOW_SYSTEM} set for X11\ distribution. See The X Window System and Virtual Consoles chapter\ of FAQ for more information +NO_LATEST_LINK= yes .endif DIST_SUBDIR= xc diff --git a/devel/imake-6/Makefile b/devel/imake-6/Makefile index b19d5d9bbccc..4299981b7f82 100644 --- a/devel/imake-6/Makefile +++ b/devel/imake-6/Makefile @@ -59,6 +59,7 @@ pre-configure: IGNORE= is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\ distribution. See The X Window System and Virtual Consoles chapter\ of FAQ for more information +NO_LATEST_LINK= yes .endif .include -- cgit