diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-21 15:25:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-21 15:25:40 +0000 |
commit | cb28a089d6411df0d0b1b66fd0e0c7c1ccd16121 (patch) | |
tree | c451cdd06b2182a3eb38fdda83d6a100556578cf /Mk/bsd.sanity.mk | |
parent | b6a8134ab481959cf0483e4b2e646a781f2e778d (diff) | |
download | ports-cb28a089d6411df0d0b1b66fd0e0c7c1ccd16121.tar.gz ports-cb28a089d6411df0d0b1b66fd0e0c7c1ccd16121.zip |
Notes
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 167c14796c83..cc427233bf4f 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -64,7 +64,7 @@ DEV_ERROR+= "USE_ZOPE=yes is unsupported, please use USES=zope instead" .endif .if defined(USE_GITHUB) && defined(GH_COMMIT) -DEV_WARNING+= "GH_COMMIT is deprecated, please convert GHL-\>GH in MASTER_SITES and set GH_TAGNAME to tag or commit hash and remove GH_COMMIT" +DEV_ERROR+= "GH_COMMIT is unsupported, please convert GHL-\>GH in MASTER_SITES and set GH_TAGNAME to tag or commit hash and remove GH_COMMIT" .endif .if defined(USE_GNOME) && ${USE_GNOME:Mgnomehack} |