pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

swi-prolog-packages: Comment out possible modular-xorg-server dependency



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 10 22:46:35 2019 +0100
Changeset:	553c40edca2ec00ed1693e1a07b186a65dec4ea8

Modified Files:
	swi-prolog-packages/Makefile

Log Message:
swi-prolog-packages: Comment out possible modular-xorg-server dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=553c40edca2ec00ed1693e1a07b186a65dec4ea8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 swi-prolog-packages/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/swi-prolog-packages/Makefile b/swi-prolog-packages/Makefile
index 96af7e4487..c9441d0b10 100644
--- a/swi-prolog-packages/Makefile
+++ b/swi-prolog-packages/Makefile
@@ -39,9 +39,10 @@ SWIPL_PACKAGES_COMPONENTS+=	Graphics_subsystem
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${X11_TYPE} == "modular"
-BUILD_DEPENDS+=		modular-xorg-server-[0-9]*:../../x11/modular-xorg-server
-.endif
+# XXX: check if still needed
+#.if ${X11_TYPE} == "modular"
+#BUILD_DEPENDS+=		modular-xorg-server-[0-9]*:../../x11/modular-xorg-server
+#.endif
 
 #CONFIGURE_ENV+=		PL=swi-prolog
 #CONFIGURE_ENV+=		PLARCH=${MACHINE_GNU_PLATFORM}	# make PLIST consistent


Home | Main Index | Thread Index | Old Index