diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 10:18:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 10:18:09 +0800 |
commit | fb67af18b21e550e6df94b2054e81c4a8ccc06f1 (patch) | |
tree | 1b7f634833f20b01eb331dbb7da5f0c0f4e3faa1 /Mk/bsd.sdl.mk | |
parent | f22bafe5ba52240f804ab7afc5295b8322233d10 (diff) | |
download | freebsd-ports-gnome-fb67af18b21e550e6df94b2054e81c4a8ccc06f1.tar.gz freebsd-ports-gnome-fb67af18b21e550e6df94b2054e81c4a8ccc06f1.tar.zst freebsd-ports-gnome-fb67af18b21e550e6df94b2054e81c4a8ccc06f1.zip |
* Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*
forms are retained for compatibility but deprecated [1]
* Add sha256 to CHECKSUM_ALGORITHMS [2]
* Remove some whitespace [2]
* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]
* Fix USE_LDCONFIG with non-default PREFIX [4]
* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
support [5]
* Add 'make missing' to show missing dependencies [6]
* Fix DESKTOP_ENTRIES processing on 4.x [7]
PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
93601 [6], 98891 [7]
Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3],
gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
shaun [7]
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 53cfa12b8f72..ae1dc5bf5802 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -145,7 +145,7 @@ USE_SDL= sdl _USE_SDL= .for component in ${USE_SDL} . if ${_USE_SDL_ALL:M${component}}=="" -BROKEN= Unknown SDL component ${component} +IGNORE= cannot install: unknown SDL component ${component} . endif _USE_SDL+= ${_REQUIRES_${component}} ${component} .endfor |