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:
John Marino
2013-07-15 06:05:44 +00:00
parent daaf6f639a
commit 974d685810

View File

@@ -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