diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-23 00:00:01 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-23 00:00:01 +0000 |
commit | bc6f774c3d7e504d4cd7fb9af0109be8fd958619 (patch) | |
tree | 5d5abf1577613ff8a6a41308ea1894018a4ba9bc /net/panoptis/Makefile | |
parent | 67a8a87cdc85c5b22dddc2be7bb1a2e531b84807 (diff) |
- Chase devel/commoncpp update
Reported by: erwin
Forgotten by: me
Notes
Notes:
svn path=/head/; revision=204375
Diffstat (limited to 'net/panoptis/Makefile')
-rw-r--r-- | net/panoptis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile index 9aa1d2ceb875..8ed08dee4b94 100644 --- a/net/panoptis/Makefile +++ b/net/panoptis/Makefile @@ -7,6 +7,7 @@ PORTNAME= panoptis PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= farrokhi@FreeBSD.org COMMENT= Detect and block DoS/DDoS attacks -LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp GNU_CONFIGURE= yes USE_PYTHON= yes |