diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-09 13:53:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-09 13:53:18 +0800 |
commit | 907116b63f6634c7fa98bc84ec0f5432d1eaeb7a (patch) | |
tree | 7f8151ccb711d5235d53e9f5c0977b75a5a7538f /archivers | |
parent | e1c1e3428c0dc997fd2fd086e6e9d5c52444234f (diff) | |
download | freebsd-ports-gnome-907116b63f6634c7fa98bc84ec0f5432d1eaeb7a.tar.gz freebsd-ports-gnome-907116b63f6634c7fa98bc84ec0f5432d1eaeb7a.tar.zst freebsd-ports-gnome-907116b63f6634c7fa98bc84ec0f5432d1eaeb7a.zip |
This port requires openmp
While here stagify
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pxz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 80fe8c5f3de5..01b81a530b21 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -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 |