aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php4-pspell/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d84424e38751..70b64db6b66b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -439,6 +439,7 @@
SUBDIR += php4-ctype
SUBDIR += php4-domxml
SUBDIR += php4-pspell
+ SUBDIR += php4-wddx
SUBDIR += php4-xml
SUBDIR += php5-xml
SUBDIR += pocketreader
diff --git a/textproc/php4-pspell/Makefile b/textproc/php4-pspell/Makefile
new file mode 100644
index 000000000000..37ff44f5318b
--- /dev/null
+++ b/textproc/php4-pspell/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-pspell
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -pspell
+
+.include "${MASTERDIR}/Makefile"