diff options
author | sat <sat@FreeBSD.org> | 2007-06-13 04:15:17 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-13 04:15:17 +0800 |
commit | bc13caa8f340f4af76ae2f1e492bba8a4dac1fda (patch) | |
tree | b60292a003ffdff37f2302581522636cf4bcc8ba /sysutils | |
parent | e4a521b8a99f8e375270ec9ff199ed3ae3ef830b (diff) | |
download | freebsd-ports-gnome-bc13caa8f340f4af76ae2f1e492bba8a4dac1fda.tar.gz freebsd-ports-gnome-bc13caa8f340f4af76ae2f1e492bba8a4dac1fda.tar.zst freebsd-ports-gnome-bc13caa8f340f4af76ae2f1e492bba8a4dac1fda.zip |
- Unbreak (with all of its dependencies)
Reported by: erwin
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 112ff17044c0..9133f849b58b 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -7,6 +7,7 @@ PORTNAME= Log PORTVERSION= 1.9.11 +PORTREVISION= 1 CATEGORIES= sysutils www pear MAINTAINER= thomas@goodking.ca @@ -21,7 +22,7 @@ FILES= Log/composite.php Log/console.php Log/daemon.php \ Log/display.php Log/error_log.php Log/file.php \ Log/firebug.php Log/mail.php Log/mcal.php Log/mdb2.php \ Log/null.php Log/observer.php Log/sql.php Log/sqlite.php \ - Log/syslog.php Log/win.php + Log/syslog.php Log/win.php Log.php DOCS= guide.txt EXAMPLES= composite.php firebug.php php_error_handler.php \ console.php mail.php sql.php display.php null.php \ |