From 14a87ebbe748c02aa79bad474145d4dd4d00319c Mon Sep 17 00:00:00 2001 From: zeising Date: Wed, 6 Nov 2019 18:09:44 +0000 Subject: Add USES=xorg USES=gl, ports categories l and m Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. --- math/pari/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math') diff --git a/math/pari/Makefile b/math/pari/Makefile index f00e14f6f5ac..ccaa8a42b519 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -42,6 +42,7 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -fno-strict-aliasing -fomit-frame-pointer .endif X11_CONFIGURE_ON= --graphic=X11 X11_CONFIGURE_OFF= --graphic=none +X11_USES= xorg X11_USE= xorg=x11 MPI_RUN_DEPENDS= ${LOCALBASE}/bin/mpirun:net/mpich MPI_BUILD_DEPENDS= ${LOCALBASE}/bin/mpicc:net/mpich -- cgit