aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 05:35:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 05:35:56 +0000
commit0926668291cd812977f9d3ae155b5b87e61322af (patch)
tree004ae38a54a377f20368a3da2d197a74c832d667
parent5d09a379e1ee1bd2b9e650aee1ccc602d2189051 (diff)
downloadports-0926668291cd812977f9d3ae155b5b87e61322af.tar.gz
ports-0926668291cd812977f9d3ae155b5b87e61322af.zip
devel/libunwind: Cosmetic change
-rw-r--r--devel/libunwind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 3fa14630bfe9..52a01fcb9807 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -17,8 +17,6 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64 powerpc64le
USES= compiler:c11 cpe libtool pathfix pkgconfig
-CPE_VENDOR= libunwind_project
-
CFLAGS_powerpc64= -maltivec
CFLAGS_powerpc64le= -maltivec
CONFIGURE_ARGS= ac_cv_path_LATEX2MAN=${TRUE}
@@ -28,6 +26,8 @@ USE_LDCONFIG= yes
PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:S|armv7|arm|:S|i386|x86|:C|powerpc64.*|ppc64|}
+CPE_VENDOR= libunwind_project
+
.include <bsd.port.pre.mk>
.if !${ARCH:Mpowerpc64*}