diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-06-11 19:31:07 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-06-11 19:31:07 +0000 |
commit | 7f1f5a6acd1edc6ab4bfab6238c8f539780fc396 (patch) | |
tree | ce415ae720615f522525bee37c1474e49c9f47a3 /devel | |
parent | . Fix compilation on FreeBSD 4.2 by including <sys/param.h> (diff) |
Category move: math/spin to devel
PR: ports/10396
Submitted by: Daniel C. Sobral <dcs@newsguy.com>
Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/spin/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9d391667d29b..77d110b81c99 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -680,6 +680,7 @@ SUBDIR += sparc-rtems-gdb SUBDIR += sparc-rtems-objc SUBDIR += spirit + SUBDIR += spin SUBDIR += splint SUBDIR += st SUBDIR += stlport diff --git a/devel/spin/Makefile b/devel/spin/Makefile index a2808351f250..6225d581e21e 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -7,7 +7,7 @@ PORTNAME= spin PORTVERSION= 3.4.14 -CATEGORIES= math +CATEGORIES= devel MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ DISTFILES= spin${PORTVERSION:S/.//g}.tar.gz html.tar.gz |