diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-28 20:00:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-28 20:00:05 +0800 |
commit | 3a01aa316069bbf3db4dca92d8dfc3601e9fdccc (patch) | |
tree | c86d7999cdc1831f12aa2c3f13946f797f3d8621 /security/crank | |
parent | bb443469c2434f7007f91669a43183975f902f30 (diff) | |
download | freebsd-ports-gnome-3a01aa316069bbf3db4dca92d8dfc3601e9fdccc.tar.gz freebsd-ports-gnome-3a01aa316069bbf3db4dca92d8dfc3601e9fdccc.tar.zst freebsd-ports-gnome-3a01aa316069bbf3db4dca92d8dfc3601e9fdccc.zip |
Remove no-op USE_USES
Convert to new LIB_DEPENDS
Diffstat (limited to 'security/crank')
-rw-r--r-- | security/crank/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/crank/Makefile b/security/crank/Makefile index fc1ba8137b9c..b44f804f4719 100644 --- a/security/crank/Makefile +++ b/security/crank/Makefile @@ -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 |