diff options
author | pav <pav@FreeBSD.org> | 2004-02-26 06:55:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-26 06:55:01 +0800 |
commit | c352416f7dd6e42ed7ec3f8047fe17ce4f9154bb (patch) | |
tree | 2157e2dd0e6bc29d1e435172efbfa5d49f19af54 | |
parent | 2fff4aa2affbae8f3dba8a14c8b9fc1861d16530 (diff) | |
download | freebsd-ports-gnome-c352416f7dd6e42ed7ec3f8047fe17ce4f9154bb.tar.gz freebsd-ports-gnome-c352416f7dd6e42ed7ec3f8047fe17ce4f9154bb.tar.zst freebsd-ports-gnome-c352416f7dd6e42ed7ec3f8047fe17ce4f9154bb.zip |
Unhook hdf* ports in graphics, hook them in science.
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | science/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6710a89b0a62..4cf117a1d1a2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -146,8 +146,6 @@ SUBDIR += guilib SUBDIR += gview SUBDIR += gwenview - SUBDIR += hdf - SUBDIR += hdf5 SUBDIR += hobbes-icons-xpm SUBDIR += hpoj SUBDIR += hppsmtools diff --git a/science/Makefile b/science/Makefile index fa8970e1a8bc..0744a0de4ca6 100644 --- a/science/Makefile +++ b/science/Makefile @@ -16,6 +16,8 @@ SUBDIR += ghemical SUBDIR += glens SUBDIR += gramps + SUBDIR += hdf + SUBDIR += hdf5 SUBDIR += kmovisto SUBDIR += libctl SUBDIR += libsvm |