diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-09 18:37:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-09 18:37:29 +0000 |
commit | f5a095852f6a14867fba2df87cbc631c8e0dc569 (patch) | |
tree | 23e2d9ce5f78676a1a13d61c595495eabcfd87a5 /textproc/highlight/Makefile | |
parent | BROKEN: Size mismatch (diff) |
Update to 2.2-2
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 495afc2e8756..f8f3fecc6d33 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= highlight -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Customizable syntax highlighter -BROKEN= Unfetchable - WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_GCC= 3.3 |