diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
commit | 9439aeb2c5fe39b976a25bcfe827f9213776c973 (patch) | |
tree | 7597b6fd6918f7d6f992356b9de529bfb3300963 /graphics/fbm | |
parent | 7f251687a22aeb89ecf5d07a5faba498008926ef (diff) | |
download | ports-9439aeb2c5fe39b976a25bcfe827f9213776c973.tar.gz ports-9439aeb2c5fe39b976a25bcfe827f9213776c973.zip |
Notes
Diffstat (limited to 'graphics/fbm')
-rw-r--r-- | graphics/fbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index 212c912e7c9f..5b748c3be3cf 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -20,6 +20,6 @@ MANL= clr2gray.l fbcat.l fbclean.l fbconv.l fbedge.l fbext.l fbhalf.l \ fbham.l fbhist.l fbinfo.l fbm.l fbm2pod.l fbmask.l fbmedian.l \ fbnorm.l fbps.l fbquant.l fbrot.l fbsample.l fbsharp.l fbthin.l \ gray2clr.l idiff.l pbm2ps.l pbmtitle.l qrt2fbm.l raw2fbm.l tiff2fbm.l \ - uunet2fbm.l + uunet2fbm.l .include <bsd.port.mk> |