diff options
author | nbm <nbm@FreeBSD.org> | 2000-10-21 08:07:52 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-10-21 08:07:52 +0800 |
commit | 91e6955935976781aaab3734a5e0615436fea1ea (patch) | |
tree | 058d3a6ecbdba258f4fb88fdcfdd8a1b88e39a80 /www/Makefile | |
parent | 55cb872de6f862a28efb10447cb0b7f8b685526e (diff) | |
download | freebsd-ports-gnome-91e6955935976781aaab3734a5e0615436fea1ea.tar.gz freebsd-ports-gnome-91e6955935976781aaab3734a5e0615436fea1ea.tar.zst freebsd-ports-gnome-91e6955935976781aaab3734a5e0615436fea1ea.zip |
Move zope-ptk to the bottom, where it belongs.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 82a5e8086e20..b0ce154c3f87 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zope-ptk SUBDIR += Mosaic # requires Motif SUBDIR += WebMagick @@ -196,5 +195,6 @@ SUBDIR += xswallow SUBDIR += znavigator SUBDIR += zope + SUBDIR += zope-ptk .include <bsd.port.subdir.mk> |