diff options
author | asami <asami@FreeBSD.org> | 1996-11-17 11:56:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-17 11:56:58 +0000 |
commit | 0f31cb934860b1ed7baf717b7e887d993e486d59 (patch) | |
tree | 0f4fc4dd12c5800cdc9d23c11cf6f164bc8a6514 /graphics | |
parent | a889b539305bf57e4c9af4dfdfdd05aa6b4d6530 (diff) | |
download | FreeBSD-ports-0f31cb934860b1ed7baf717b7e887d993e486d59.zip FreeBSD-ports-0f31cb934860b1ed7baf717b7e887d993e486d59.tar.gz |
Add txtmerge.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6e8b673..802b2e2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1996/10/30 14:29:08 max Exp $ +# $Id: Makefile,v 1.28 1996/11/15 10:23:21 asami Exp $ # SUBDIR += ImageMagick @@ -27,6 +27,7 @@ SUBDIR += splitmpg SUBDIR += tgif SUBDIR += tiff + SUBDIR += txtmerge SUBDIR += vcg SUBDIR += xanim SUBDIR += xbmbrowser |