Silence duplicate LATEST_LINK checker by defining

NO_LATEST_LINK depending on X_WINDOW_SYSTEM choice.

PR:		ports/96293 (but solved differently)
This commit is contained in:
Dejan Lesjak 2006-05-09 17:12:28 +00:00
parent 05561aadc8
commit 36502ed17a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161826
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.post.mk>