diff options
author | zeising <zeising@FreeBSD.org> | 2019-11-07 02:09:44 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-11-07 02:09:44 +0800 |
commit | 14a87ebbe748c02aa79bad474145d4dd4d00319c (patch) | |
tree | 7b6b4fd5b99923692632fd981b9ce3134c458e4e /math | |
parent | f18f930a5acf2dbff93cac19c479f4486966e70d (diff) | |
download | freebsd-ports-gnome-14a87ebbe748c02aa79bad474145d4dd4d00319c.tar.gz freebsd-ports-gnome-14a87ebbe748c02aa79bad474145d4dd4d00319c.tar.zst freebsd-ports-gnome-14a87ebbe748c02aa79bad474145d4dd4d00319c.zip |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |