svn commit: r346726 - head/security/silktools

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 01:18:00 UTC 2014


Author: bapt
Date: Sun Mar  2 01:17:59 2014
New Revision: 346726
URL: http://svnweb.freebsd.org/changeset/ports/346726
QAT: https://qat.redports.org/buildarchive/r346726/

Log:
  Add missing dependency on pkgconf [1]
  While here:
  USE_GMAKE -> USES=gmake
  Use options helpers

Modified:
  head/security/silktools/Makefile

Modified: head/security/silktools/Makefile
==============================================================================
--- head/security/silktools/Makefile	Sat Mar  1 23:15:14 2014	(r346725)
+++ head/security/silktools/Makefile	Sun Mar  2 01:17:59 2014	(r346726)
@@ -18,20 +18,15 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lzo=${LOCALBASE} --enable-packing-tools --with-python \
 				--prefix=${STAGEDIR}/${PREFIX}
 USE_PYTHON=	yes
-USE_GMAKE=	yes
 MAKE_ARGS=	CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
 USE_LDCONFIG=	yes
-USES=		perl5
+USES=		gmake perl5 pkgconfig
 USE_PERL5=	build
 
 OPTIONS_DEFINE=	LOCALTIME
 LOCALTIME_DESC=	Use localtime instead of UTC
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MLOCALTIME}
-CONFIGURE_ARGS+=--enable-localtime
-.endif
+LOCALTIME_CONFIGURE_ON=--enable-localtime
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure


More information about the svn-ports-head mailing list