aboutsummaryrefslogtreecommitdiff
path: root/textproc/turboxsl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-23 21:04:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-23 21:04:29 +0000
commit1ba324b0da70d910c282d10afba0f42fdfab2ecf (patch)
treeb7ee3afa747f92772cbe06f829dd0a4494dec6a5 /textproc/turboxsl
parent9467abc3092f90cca06670d5ae9e334ed94b3b8f (diff)
downloadports-1ba324b0da70d910c282d10afba0f42fdfab2ecf.tar.gz
ports-1ba324b0da70d910c282d10afba0f42fdfab2ecf.zip
Allow building on powerpc64le.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549850
Diffstat (limited to 'textproc/turboxsl')
-rw-r--r--textproc/turboxsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/turboxsl/Makefile b/textproc/turboxsl/Makefile
index 15ec01a24bc2..8e456da9d5b3 100644
--- a/textproc/turboxsl/Makefile
+++ b/textproc/turboxsl/Makefile
@@ -11,11 +11,11 @@ COMMENT= Fast, multithreaded XML+XSLT transformation library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le sparc64
+
LIB_DEPENDS= libck.so:devel/concurrencykit \
libmemcached.so:databases/libmemcached
-ONLY_FOR_ARCHS= amd64 powerpc64 sparc64
-
USES= autoreconf libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes