diff options
Diffstat (limited to 'misc/achievo/Makefile')
-rw-r--r-- | misc/achievo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index b8e1f4e3ceb7..7dbe56c72cc4 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -6,15 +6,13 @@ # PORTNAME= achievo -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= misc www MASTER_SITES= http://ftp.achievo.org/pub/achievo/ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org -BROKEN= "Does not fetch" - RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |