diff --git a/databases/Makefile b/databases/Makefile index 409d7d239fb8..bad5fbda0097 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -212,6 +212,7 @@ SUBDIR += php4-interbase SUBDIR += php4-mssql SUBDIR += php4-mysql + SUBDIR += php4-odbc SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php4-mysql/Makefile b/databases/php4-mysql/Makefile new file mode 100644 index 000000000000..3d398a988e36 --- /dev/null +++ b/databases/php4-mysql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-mysql +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -mysql + +.include "${MASTERDIR}/Makefile"