diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
commit | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (patch) | |
tree | d85d1d826adfcc00724f4cb18ebe3b014d54fc70 /biology/plink | |
parent | 852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d (diff) | |
download | freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.gz freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.zst freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.zip |
Convert b* to USES=zip
Diffstat (limited to 'biology/plink')
-rw-r--r-- | biology/plink/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/plink/Makefile b/biology/plink/Makefile index a9711e69d1b5..c74534c61971 100644 --- a/biology/plink/Makefile +++ b/biology/plink/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 2 CATEGORIES= biology science MASTER_SITES= http://pngu.mgh.harvard.edu/~purcell/plink/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -EXTRACT_SUFX= .zip MAINTAINER= jwbacon@tds.net COMMENT= Whole genome association analysis toolset @@ -17,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack # We need Fortran LDFLAGS to link with Lapack. -USES= fortran gmake +USES= fortran gmake zip PLIST_FILES= bin/plink |