diff --git a/textproc/Makefile b/textproc/Makefile index ae96a624274a..fa724189ab5f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -445,6 +445,7 @@ SUBDIR += php5-ctype SUBDIR += php5-dom SUBDIR += php5-pspell + SUBDIR += php5-simplexml SUBDIR += php5-xml SUBDIR += pocketreader SUBDIR += ppower4 diff --git a/textproc/php5-pspell/Makefile b/textproc/php5-pspell/Makefile new file mode 100644 index 000000000000..c7098115ee1f --- /dev/null +++ b/textproc/php5-pspell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pspell +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile"