diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 12:28:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 12:28:30 +0800 |
commit | b304272eac593395b56ce515f9c961fcbb0b7095 (patch) | |
tree | 2902e676f89ac26087d436db5a6fff4b2e17f497 | |
parent | ba6002ebb53f1e68277d17f4e98d05ebeba809ea (diff) | |
download | freebsd-ports-gnome-b304272eac593395b56ce515f9c961fcbb0b7095.tar.gz freebsd-ports-gnome-b304272eac593395b56ce515f9c961fcbb0b7095.tar.zst freebsd-ports-gnome-b304272eac593395b56ce515f9c961fcbb0b7095.zip |
Add the Hermes, gview, tgif-nls, and tifmerge ports.
-rw-r--r-- | graphics/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 499faf7e278b..b04a6a070aef 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.119 1999/04/10 20:31:59 jseger Exp $ +# $Id: Makefile,v 1.120 1999/04/12 08:18:19 asami Exp $ # SUBDIR += 4va SUBDIR += Cgraph SUBDIR += EZWGL SUBDIR += GIFgraph + SUBDIR += Hermes SUBDIR += ImageMagick SUBDIR += Mesa3 SUBDIR += aalib @@ -41,6 +42,7 @@ SUBDIR += gtkdps SUBDIR += gtkfig SUBDIR += gtksee + SUBDIR += gview SUBDIR += gyvefigs SUBDIR += gyvegui SUBDIR += gyvekernel @@ -95,7 +97,9 @@ SUBDIR += stamp SUBDIR += tgd SUBDIR += tgif + SUBDIR += tgif-nls SUBDIR += tiff34 + SUBDIR += tifmerge SUBDIR += txtmerge SUBDIR += urt SUBDIR += vcg |