diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:06:40 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:06:40 +0000 |
commit | 7be404eb3fcc6b1994712ba54ceb56f81ab474e5 (patch) | |
tree | b8e5fffaa545436e1e8a8ac129df36c07665104d /lang/php73 | |
parent | 2677283c3d6466b85714b1d8c2277678e4aa5bb2 (diff) | |
download | freebsd-ports-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/php73')
-rw-r--r-- | lang/php73/Makefile.ext | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php73/Makefile.ext b/lang/php73/Makefile.ext index 59fb076cd564..c6ae87849515 100644 --- a/lang/php73/Makefile.ext +++ b/lang/php73/Makefile.ext @@ -509,8 +509,6 @@ USES+= mysql . endif .endif -.include <bsd.port.pre.mk> - .if ${PHP_MODNAME} == "gd" . if ${PORT_OPTIONS:MTRUETYPE} CONFIGURE_ARGS+=--enable-gd-native-ttf @@ -524,12 +522,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE} . endif . if ${PORT_OPTIONS:MX11} +USES+= xorg USE_XORG= xpm CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE} . endif .endif +.include <bsd.port.pre.mk> + .if ${PHP_MODNAME} == "imap" . if ${PORT_OPTIONS:MPANDA} LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient |