Date: Wed, 9 Oct 2013 05:53:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329861 - head/archivers/pxz Message-ID: <201310090553.r995rIL6046948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Oct 9 05:53:18 2013 New Revision: 329861 URL: http://svnweb.freebsd.org/changeset/ports/329861 Log: This port requires openmp While here stagify Modified: head/archivers/pxz/Makefile Modified: head/archivers/pxz/Makefile ============================================================================== --- head/archivers/pxz/Makefile Wed Oct 9 05:52:45 2013 (r329860) +++ head/archivers/pxz/Makefile Wed Oct 9 05:53:18 2013 (r329861) @@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes -PLIST_FILES= bin/pxz -MAN1= pxz.1 +USES= compiler:openmp +PLIST_FILES= bin/pxz man/man1/pxz.1.gz MAKE_ENV+= BINDIR=${PREFIX}/bin \ MANDIR=${MANPREFIX}/man
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310090553.r995rIL6046948>