diff options
Diffstat (limited to 'www/oops/Makefile')
-rw-r--r-- | www/oops/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index 9cd794279a5b..218ac81c395c 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oops -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.17 CATEGORIES= www MASTER_SITES= http://zipper.paco.net/~igor/oops/ @@ -19,7 +19,8 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ --localstatedir=/var/run \ --libdir=${PREFIX}/libexec/oops \ - --enable-oops-user=oops + --enable-oops-user=oops \ + --without-DB MAN8= oops.8 oopsctl.8 |