svn commit: r413808 - head/devel/libdap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:46:39 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:46:37 2016
New Revision: 413808
URL: https://svnweb.freebsd.org/changeset/ports/413808

Log:
  - Pet portlint
  - Update BROKEN: use lowercase for leading character

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sat Apr 23 06:46:33 2016	(r413807)
+++ head/devel/libdap/Makefile	Sat Apr 23 06:46:37 2016	(r413808)
@@ -13,12 +13,12 @@ COMMENT=	SDK which contains an implement
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libxml2.so:textproc/libxml2
 
+BROKEN_powerpc64=	does not build
+
 CONFIGURE_ARGS=	ac_cv_type_max_align_t=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list