diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-13 12:38:08 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-13 12:38:08 +0000 |
commit | ac1af217941be9e3d98a56236231a3f6e5a4ab0d (patch) | |
tree | 291a3bb86bdfca0cd53e665272b609a2368c836a /x11-drivers | |
parent | 381f0008f14f7eca86e21a219282517408d33184 (diff) | |
download | ports-ac1af217941be9e3d98a56236231a3f6e5a4ab0d.tar.gz ports-ac1af217941be9e3d98a56236231a3f6e5a4ab0d.zip |
- Make the IGNORE message even more explicit when there are
driver conflicts.
Notes
Notes:
svn path=/head/; revision=208935
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xorg-drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index b4df172c4842..6b9c5a5574b6 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -101,7 +101,7 @@ DRV_CONFLICTS+= ${i} .endfor .if defined(DRV_CONFLICTS) -IGNORE= can't be installed because of conflicting drivers (${DRV_CONFLICTS}) +IGNORE= can't be installed because of conflicting drivers (${DRV_CONFLICTS}). Re-run make config. .endif .for default in on off |