diff options
author | dima <dima@FreeBSD.org> | 1999-04-08 15:26:43 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1999-04-08 15:26:43 +0800 |
commit | c8a43becb7c5fc858c9aa956609c91f5b1c9909f (patch) | |
tree | e01b5876c73a007c8c304c36b86613a218a27408 | |
parent | ff8e6185e51cc3564e003b8fc3795061f27076cb (diff) | |
download | freebsd-ports-graphics-c8a43becb7c5fc858c9aa956609c91f5b1c9909f.tar.gz freebsd-ports-graphics-c8a43becb7c5fc858c9aa956609c91f5b1c9909f.tar.zst freebsd-ports-graphics-c8a43becb7c5fc858c9aa956609c91f5b1c9909f.zip |
Added acroread4
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index c35364c6d71..2955e224c9c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.84 1999/03/20 02:00:59 asami Exp $ +# $Id: Makefile,v 1.85 1999/04/03 01:53:59 steve Exp $ # SUBDIR += a2ps-a4 @@ -7,6 +7,7 @@ SUBDIR += a2ps43-a4 SUBDIR += a2ps43-letter SUBDIR += acroread + SUBDIR += acroread4 SUBDIR += afm SUBDIR += apsfilter SUBDIR += asprint |