svn commit: r565406 - head/games/linux-ssamtfe

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 15:09:01 UTC 2021


Author: antoine
Date: Tue Feb 16 15:09:00 2021
New Revision: 565406
URL: https://svnweb.freebsd.org/changeset/ports/565406

Log:
  Ignore again on the package builders
  
  Reported by:	pkg-fallout

Modified:
  head/games/linux-ssamtfe/Makefile

Modified: head/games/linux-ssamtfe/Makefile
==============================================================================
--- head/games/linux-ssamtfe/Makefile	Tue Feb 16 14:51:35 2021	(r565405)
+++ head/games/linux-ssamtfe/Makefile	Tue Feb 16 15:09:00 2021	(r565406)
@@ -24,6 +24,10 @@ SUB_FILES=	pkg-message
 OPTIONS_DEFINE=	VORBIS DOCS
 OPTIONS_DEFAULT=	VORBIS
 
+.if !defined(CDROM_MOUNT)
+IGNORE=		${PKGNAME} requires CDROM_MOUNT set to mount point of CD
+.endif
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MVORBIS}


More information about the svn-ports-all mailing list