diff options
author | pav <pav@FreeBSD.org> | 2005-05-21 01:53:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-21 01:53:56 +0800 |
commit | 5355573996e3275b6a508e274fa3a1eabc1f6567 (patch) | |
tree | 89478f0d6b870a6898141ffa02600a5b44ca020c /www/oops/Makefile | |
parent | 17999230a83360e4e850ba80943959fbbbeb9382 (diff) | |
download | freebsd-ports-gnome-5355573996e3275b6a508e274fa3a1eabc1f6567.tar.gz freebsd-ports-gnome-5355573996e3275b6a508e274fa3a1eabc1f6567.tar.zst freebsd-ports-gnome-5355573996e3275b6a508e274fa3a1eabc1f6567.zip |
- Fix: after recent ipfilter update IPL_NAT symbol has disappeared
PR: ports/80934
Submitted by: marck (maintainer)
Diffstat (limited to 'www/oops/Makefile')
-rw-r--r-- | www/oops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index 2a8e89c45e97..dd873155f643 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -7,7 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} |