diff options
author | alex <alex@FreeBSD.org> | 2001-03-10 17:39:43 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-03-10 17:39:43 +0000 |
commit | 70f9b3589b6c6c07f4d3d8f302495cceb6f9c74b (patch) | |
tree | 06625654f0a1989b43b99161411b14b28076eb0c | |
parent | 7b0eedecb091f9d60d0f2215f8dff998d16da12e (diff) | |
download | FreeBSD-ports-70f9b3589b6c6c07f4d3d8f302495cceb6f9c74b.zip FreeBSD-ports-70f9b3589b6c6c07f4d3d8f302495cceb6f9c74b.tar.gz |
Move the zziplib line to the correct location (probably a modules-update
error).
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 380853b..918d3bd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zziplib SUBDIR += ElectricFence SUBDIR += ORBacus @@ -428,5 +427,6 @@ SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += yacl + SUBDIR += zziplib .include <bsd.port.subdir.mk> |