svn commit: r357807 - head/www/swish-e
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 15 02:41:31 UTC 2014
Author: vanilla
Date: Sun Jun 15 02:41:31 2014
New Revision: 357807
URL: http://svnweb.freebsd.org/changeset/ports/357807
QAT: https://qat.redports.org/buildarchive/r357807/
Log:
Add perl5 to USES, will fix shebang problem of swish_filter_test.
Submitted by: swills@
Modified:
head/www/swish-e/Makefile
Modified: head/www/swish-e/Makefile
==============================================================================
--- head/www/swish-e/Makefile Sat Jun 14 20:54:43 2014 (r357806)
+++ head/www/swish-e/Makefile Sun Jun 15 02:41:31 2014 (r357807)
@@ -12,7 +12,7 @@ COMMENT= Simple web indexing for humans
USE_LDCONFIG= yes
USE_GNOME= libxml2
-USES= gmake libtool
+USES= gmake libtool perl5
GNU_CONFIGURE= yes
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
pkgdatadir="${DATADIR}"
More information about the svn-ports-all
mailing list