svn commit: r529891 - head/databases/pspg

Dmitri Goutnik dmgk at FreeBSD.org
Mon Mar 30 15:05:46 UTC 2020


Author: dmgk
Date: Mon Mar 30 14:56:20 2020
New Revision: 529891
URL: https://svnweb.freebsd.org/changeset/ports/529891

Log:
  databases/pspg: Disable inotify at configure stage.

Modified:
  head/databases/pspg/Makefile

Modified: head/databases/pspg/Makefile
==============================================================================
--- head/databases/pspg/Makefile	Mon Mar 30 13:51:31 2020	(r529890)
+++ head/databases/pspg/Makefile	Mon Mar 30 14:56:20 2020	(r529891)
@@ -15,7 +15,9 @@ USES=		autoreconf compiler:c11 gmake localbase ncurses
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	okbob
+
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--without-inotify
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list