Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 12:00:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355612 - head/security/crank
Message-ID:  <201405281200.s4SC05CT024927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281200.s4SC05CT024927>