mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
databases/sqsh: unbreak after USES= motif
The makefile already had USES defined in it. After replacing USE_MOTIF with "USES= motif", USES was overwritten losing its "readline" value. Change the previous commit to "USES+= motif" to restore the build on platforms that need the ports readline. Approved by: bapt (mentor)
This commit is contained in:
parent
daaf6f639a
commit
974d685810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323017
@ -29,7 +29,7 @@ PLIST_FILES= bin/sqsh etc/sqshrc.default
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
USES= motif
|
||||
USES+= motif
|
||||
CONFIGURE_ARGS+= --with-motif --with-x
|
||||
.else
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
Loading…
Reference in New Issue
Block a user