diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:03:46 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:03:46 +0800 |
commit | 4bd2bf5043b349beaaf9d39d17de015ebc658ab8 (patch) | |
tree | 0b3f399bf11c014158be800478959866dc71cfff | |
parent | 04d2b46946ef8a91df260f4810e3792a691a48f9 (diff) | |
download | freebsd-ports-gnome-4bd2bf5043b349beaaf9d39d17de015ebc658ab8.tar.gz freebsd-ports-gnome-4bd2bf5043b349beaaf9d39d17de015ebc658ab8.tar.zst freebsd-ports-gnome-4bd2bf5043b349beaaf9d39d17de015ebc658ab8.zip |
Update for new perl5 ports
-rw-r--r-- | archivers/Makefile | 3 | ||||
-rw-r--r-- | databases/Makefile | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index ed96953e67fb..97a3829f5c83 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1996/08/23 06:48:49 tg Exp $ +# $Id: Makefile,v 1.14 1996/09/27 11:24:00 andreas Exp $ # SUBDIR += arc @@ -8,6 +8,7 @@ SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha + SUBDIR += p5-Compress-Zlib SUBDIR += rar SUBDIR += unarj SUBDIR += unrar diff --git a/databases/Makefile b/databases/Makefile index 064232f9b15c..81aa66f3edfb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,10 +1,14 @@ -# $Id: Makefile,v 1.8 1996/09/23 22:41:31 jfitz Exp $ +# $Id: Makefile,v 1.9 1996/10/17 02:46:25 jfitz Exp $ # SUBDIR += exodus SUBDIR += gdbm SUBDIR += gnats SUBDIR += msql SUBDIR += msqlperl + SUBDIR += p5-DBD-mSQL + SUBDIR += p5-DBI + SUBDIR += p5-Msql + SUBDIR += p5-Pg SUBDIR += postgres95 SUBDIR += xfsql |