diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 02:06:40 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 02:06:40 +0800 |
commit | 7be404eb3fcc6b1994712ba54ceb56f81ab474e5 (patch) | |
tree | b8e5fffaa545436e1e8a8ac129df36c07665104d /lang/php74 | |
parent | 2677283c3d6466b85714b1d8c2277678e4aa5bb2 (diff) | |
download | freebsd-ports-gnome-7be404eb3fcc6b1994712ba54ceb56f81ab474e5.tar.gz freebsd-ports-gnome-7be404eb3fcc6b1994712ba54ceb56f81ab474e5.tar.zst freebsd-ports-gnome-7be404eb3fcc6b1994712ba54ceb56f81ab474e5.zip |
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'lang/php74')
-rw-r--r-- | lang/php74/Makefile.ext | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php74/Makefile.ext b/lang/php74/Makefile.ext index 043902a804a1..1d1e36bcedc1 100644 --- a/lang/php74/Makefile.ext +++ b/lang/php74/Makefile.ext @@ -489,8 +489,6 @@ USES+= mysql . endif .endif -.include <bsd.port.pre.mk> - .if ${PHP_MODNAME} == "gd" . if ${PORT_OPTIONS:MJIS} CONFIGURE_ARGS+=--enable-gd-jis-conv @@ -501,12 +499,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp CONFIGURE_ARGS+=--with-webp . endif . if ${PORT_OPTIONS:MX11} +USES+= xorg USE_XORG= xpm CONFIGURE_ARGS+=--with-xpm . endif .endif +.include <bsd.port.pre.mk> + .if ${PHP_MODNAME} == "imap" . if ${PORT_OPTIONS:MPANDA} LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient |