diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-20 03:54:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-20 03:54:48 +0000 |
commit | fee44ad6a31787ef9088c1e79d5c975fa7594bf1 (patch) | |
tree | 06905c20b6e9bb86dbf0834fbaf6c8aa498a93c9 /www/Makefile | |
parent | Update to 1.5 patch1 (diff) |
Add Quanta+, a GUI HTML editor that bears resemblance to KDevelop. I had
to use HAS_CONFIGURE instead of GNU_CONFIGURE because for some reason it
kept thinking bsd.port.mk is giving it too many arguments. So I overrode
this behavior with CONFIGURE_ARGS.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a9c425eb5513..988e91cfabe4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -123,6 +123,7 @@ SUBDIR += publicfile SUBDIR += py-HTMLgen SUBDIR += qdecoder + SUBDIR += quanta SUBDIR += roxen SUBDIR += ruboard SUBDIR += screem |