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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user