diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-23 19:59:05 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-23 19:59:05 +0800 |
commit | 1d64e65af1c27314bdf1a8238c12ef53d0a4ba7d (patch) | |
tree | df2b7adbc627ce9b5bf7c2f5d6111cc20e86d53e /www/mod_php3/Makefile | |
parent | c341924031778834a6044c27d27a8329bcf06021 (diff) | |
download | freebsd-ports-gnome-1d64e65af1c27314bdf1a8238c12ef53d0a4ba7d.tar.gz freebsd-ports-gnome-1d64e65af1c27314bdf1a8238c12ef53d0a4ba7d.tar.zst freebsd-ports-gnome-1d64e65af1c27314bdf1a8238c12ef53d0a4ba7d.zip |
Add another PATCHFILE in order to fix IMAP related build error.
PR: ports/15032
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 7c79701b7635..9a418f0e397a 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -43,7 +43,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ PATCHFILES= php_configure.2.diff php_gd.c.2.diff php_php3_gd.h.2.diff \ - php_pdf.c.diff php_snmp.c.diff php_config.h.in.diff + php_pdf.c.diff php_snmp.c.diff php_config.h.in.diff \ + php_imap.c.diff MAINTAINER= dirk@FreeBSD.org |