diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
commit | 0cc19889124d8b604d212bb2abfda35f16dc7594 (patch) | |
tree | 179809a101ddf82e43378348786dfd3699f47523 /graphics/Makefile | |
parent | 526586e8d2b99632ba8a0a461dd617cc61948e24 (diff) | |
download | ports-0cc19889124d8b604d212bb2abfda35f16dc7594.tar.gz ports-0cc19889124d8b604d212bb2abfda35f16dc7594.zip |
Notes
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 77b490d3df62..838ad0382bb2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -253,6 +253,7 @@ SUBDIR += mrsidviewer SUBDIR += multivideo SUBDIR += netpbm + SUBDIR += nip SUBDIR += nurbs++ SUBDIR += ocaml-images SUBDIR += ocaml-lablgl @@ -414,6 +415,7 @@ SUBDIR += vertex SUBDIR += vid SUBDIR += view3ds + SUBDIR += vips SUBDIR += visionegg SUBDIR += vp SUBDIR += whirlgif @@ -469,7 +471,5 @@ SUBDIR += yafray SUBDIR += zimg SUBDIR += zphoto - SUBDIR += vips - SUBDIR += nip .include <bsd.port.subdir.mk> |