svn commit: r355612 - head/security/crank

Baptiste Daroussin bapt at FreeBSD.org
Wed May 28 12:00:05 UTC 2014


Author: bapt
Date: Wed May 28 12:00:05 2014
New Revision: 355612
URL: http://svnweb.freebsd.org/changeset/ports/355612
QAT: https://qat.redports.org/buildarchive/r355612/

Log:
  Remove no-op USE_USES
  Convert to new LIB_DEPENDS

Modified:
  head/security/crank/Makefile

Modified: head/security/crank/Makefile
==============================================================================
--- head/security/crank/Makefile	Wed May 28 11:47:09 2014	(r355611)
+++ head/security/crank/Makefile	Wed May 28 12:00:05 2014	(r355612)
@@ -10,14 +10,13 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CRyptANalysis toolKit
 
-LIB_DEPENDS=	guile:${PORTSDIR}/lang/guile
+LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile
 
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 GUILE_CONFIG=	${LOCALBASE}/bin/guile-config
 LDFLAGS+=	`${GUILE_CONFIG} link`
 CFLAGS+=	`${GUILE_CONFIG} compile`
-USE_USES=	gmake
 
 INFO=		crank
 


More information about the svn-ports-all mailing list