aboutsummaryrefslogtreecommitdiffstats
path: root/biology/paml
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-13 15:41:34 +0800
committermiwi <miwi@FreeBSD.org>2014-03-13 15:41:34 +0800
commite40a131ed2d95e3652cfd8b9fd9b3cf809571648 (patch)
tree6f1e78cbb9e2478d92b50fcc3708e3f345578fa9 /biology/paml
parent1cfad159e5d783a3abcc0981a02b4c6a26c366a9 (diff)
downloadfreebsd-ports-gnome-e40a131ed2d95e3652cfd8b9fd9b3cf809571648.tar.gz
freebsd-ports-gnome-e40a131ed2d95e3652cfd8b9fd9b3cf809571648.tar.zst
freebsd-ports-gnome-e40a131ed2d95e3652cfd8b9fd9b3cf809571648.zip
- Convert USE_GMAKE to USES
Diffstat (limited to 'biology/paml')
-rw-r--r--biology/paml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/paml/Makefile b/biology/paml/Makefile
index ceb3bde4eaf4..74d9c54e1df5 100644
--- a/biology/paml/Makefile
+++ b/biology/paml/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Phylogenetic Analysis by Maximum Likelihood (PAML)
-USE_GMAKE= YES
+USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}44/src
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"