svn commit: r347392 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 7 14:38:15 UTC 2014
Author: bapt
Date: Fri Mar 7 14:38:14 2014
New Revision: 347392
URL: http://svnweb.freebsd.org/changeset/ports/347392
QAT: https://qat.redports.org/buildarchive/r347392/
Log:
Add USE_MAKESELF to the sanity check
Modified:
head/Mk/bsd.sanity.mk
Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk Fri Mar 7 14:37:18 2014 (r347391)
+++ head/Mk/bsd.sanity.mk Fri Mar 7 14:38:14 2014 (r347392)
@@ -167,3 +167,7 @@ DEV_ERROR+= "USE_OPENAL is unsupported,
.if defined(USE_FAM)
DEV_ERROR+= "USE_FAM is unsupported, please use USES=fam"
.endif
+
+.if defined(USE_MAKESELF)
+DEV_ERROR+= "USE_MAKESELF is unsupported, please use USES=makeself"
+.endif
More information about the svn-ports-all
mailing list