diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 06:50:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 06:50:18 +0000 |
commit | 309fb1c520b164c9df710693b4eece5c2d00fe50 (patch) | |
tree | 62b913350fd73423ed7fbb3040d9c8ec5e98dc5e /graphics/Makefile | |
parent | 1f5db5b0b7d0d3b75f13c0dd4597dc2c997963bf (diff) | |
download | ports-309fb1c520b164c9df710693b4eece5c2d00fe50.tar.gz ports-309fb1c520b164c9df710693b4eece5c2d00fe50.zip |
Add xbmbrowser.
Notes
Notes:
svn path=/head/; revision=2404
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0bfdf34ffed7..a1fb389beb10 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1995/09/09 04:23:32 asami Exp $ +# $Id: Makefile,v 1.15 1995/10/03 09:36:49 asami Exp $ # SUBDIR += ImageMagick @@ -15,6 +15,7 @@ SUBDIR += tiff SUBDIR += vcg SUBDIR += xanim + SUBDIR += xbmbrowser SUBDIR += xdl SUBDIR += xfig SUBDIR += xfractint |