K 10 svn:author V 6 marino K 8 svn:date V 27 2013-07-15T06:05:44.679894Z K 7 svn:log V 323 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) END