svn commit: r532818 - head/devel/zziplib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 24 18:02:28 UTC 2020


Author: sunpoet
Date: Fri Apr 24 18:02:27 2020
New Revision: 532818
URL: https://svnweb.freebsd.org/changeset/ports/532818

Log:
  Cosmetic change

Modified:
  head/devel/zziplib/Makefile

Modified: head/devel/zziplib/Makefile
==============================================================================
--- head/devel/zziplib/Makefile	Fri Apr 24 18:01:54 2020	(r532817)
+++ head/devel/zziplib/Makefile	Fri Apr 24 18:02:27 2020	(r532818)
@@ -17,21 +17,24 @@ LICENSE_FILE_MPL11=	${WRKSRC}/docs/COPYING.MPL
 BUILD_DEPENDS=	zip:archivers/zip
 
 USES=		libtool pathfix pkgconfig
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	gdraheim
-USE_LDCONFIG=	yes
 
-GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--srcdir=${WRKSRC}
 CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
+USE_LDCONFIG=	yes
+
 PORTSCOUT=	limit:^0\.
 
 OPTIONS_DEFINE=	SDL
 OPTIONS_SUB=	yes
-SDL_USES=		sdl
-SDL_USE=		SDL=sdl
+
 SDL_CONFIGURE_ENABLE=	sdl
+SDL_USE=		SDL=sdl
+SDL_USES=		sdl
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list