diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-25 02:00:53 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-25 02:00:53 +0800 |
commit | 42991629a0c89bd5013f5689d14e77fbb4b41916 (patch) | |
tree | c7233409fad80fc9dcd5fd6e74e7922a7b0d7c12 /math | |
parent | cf60f804aa7a53d6143cef1f02e9f675e47e271e (diff) | |
download | freebsd-ports-gnome-42991629a0c89bd5013f5689d14e77fbb4b41916.tar.gz freebsd-ports-gnome-42991629a0c89bd5013f5689d14e77fbb4b41916.tar.zst freebsd-ports-gnome-42991629a0c89bd5013f5689d14e77fbb4b41916.zip |
Autoconf is not necessary to build this port
Diffstat (limited to 'math')
-rw-r--r-- | math/mtl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index f679be2cee13..20ccba10fcd8 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-2.1.2-21 MAINTAINER= ports@FreeBSD.org COMMENT= The Matrix Template Library -USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes NO_BUILD= yes |