diff options
author | mva <mva@FreeBSD.org> | 2014-10-02 15:53:52 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-02 15:53:52 +0800 |
commit | 2f54e03b9786b8bc5cb2cae604903825377bd032 (patch) | |
tree | 77b625b6cc752a718bff44dc27d27a247236b46e /Mk/bsd.sanity.mk | |
parent | 0f401eec884a2b8b944a7241e9d1996df625dfe4 (diff) | |
download | freebsd-ports-gnome-2f54e03b9786b8bc5cb2cae604903825377bd032.tar.gz freebsd-ports-gnome-2f54e03b9786b8bc5cb2cae604903825377bd032.tar.zst freebsd-ports-gnome-2f54e03b9786b8bc5cb2cae604903825377bd032.zip |
- Mark INSTALLS_EGGINFO as unsupported
Differential Revision: D843
Reviewed by: gahr@, koobs@
Approved by: bapt@ (portmgr)
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index bc63966fd8d0..84e68f11c515 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -134,7 +134,7 @@ DEV_WARNING+= "PYDISTUTILS_INSTALLNOSINGLE is deprecated, please do not use it a .endif .if defined(INSTALLS_EGGINFO) -DEV_WARNING+= "INSTALLS_EGGINFO is deprecated, please add the entry directly to the plist" +DEV_ERROR+= "INSTALLS_EGGINFO is no longer supported, please add the entry directly to the plist" .endif SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \ |