diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-07 19:45:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-07 19:45:17 +0000 |
commit | 544262f7ef926ac4e7e60548dd0bc1eff3436f8f (patch) | |
tree | 884040f747447cdbe225e2062e10c92370c31c2b | |
parent | 9f31334a7d1d977b6295f6dc95168ae35e34f9ec (diff) |
Notes
-rw-r--r-- | biology/tRNAscan-SE/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/tRNAscan-SE/Makefile b/biology/tRNAscan-SE/Makefile index cedc405fdf08..2d00b1b7fa8e 100644 --- a/biology/tRNAscan-SE/Makefile +++ b/biology/tRNAscan-SE/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,.0$,,} GNU_CONFIGURE= yes -USES= perl5 autoreconf +USES= compiler:c11 perl5 autoreconf .include <bsd.port.mk> |