diff options
Diffstat (limited to 'graphics/tcm/Makefile')
-rw-r--r-- | graphics/tcm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile index 5db6bda9f4a9..0f5bc9fb1943 100644 --- a/graphics/tcm/Makefile +++ b/graphics/tcm/Makefile @@ -7,10 +7,13 @@ PORTNAME= tcm PORTVERSION= 2.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utwente.nl/pub/tcm/ \ ftp://ftp.cs.vu.nl/pub/tcm/ +PATCHFILES= patch-tcm-64bit +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= lawrance DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org |