Date: Sun, 15 Jun 2014 02:41:31 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357807 - head/www/swish-e Message-ID: <201406150241.s5F2fVVM039950@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406150241.s5F2fVVM039950>