diff options
author | andreas <andreas@FreeBSD.org> | 1998-02-15 02:15:46 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-02-15 02:15:46 +0800 |
commit | 0936dfa070c7e728ce4326a41d441baa56183093 (patch) | |
tree | bb8df5800550cd569db2ca93687d32aa70e1055f | |
parent | 0388e42bb08665472582b3a6413bac2c5418778b (diff) | |
download | freebsd-ports-gnome-0936dfa070c7e728ce4326a41d441baa56183093.tar.gz freebsd-ports-gnome-0936dfa070c7e728ce4326a41d441baa56183093.tar.zst freebsd-ports-gnome-0936dfa070c7e728ce4326a41d441baa56183093.zip |
Enable gp
PR: closes 5742
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index b1589153f4dc..0345b0ba1d12 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 1998/01/24 16:59:21 jseger Exp $ +# $Id: Makefile,v 1.54 1998/02/04 12:20:50 tg Exp $ # # the reversed ordering of a2ps43 and a2ps is intentional -- this @@ -25,6 +25,7 @@ SUBDIR += ghostscript4 SUBDIR += ghostscript5 SUBDIR += ghostview + SUBDIR += gp SUBDIR += gv SUBDIR += html2latex SUBDIR += latex |