diff options
Diffstat (limited to 'lang/fpc-source/Makefile')
-rw-r--r-- | lang/fpc-source/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/fpc-source/Makefile b/lang/fpc-source/Makefile index 58c788c060e9..3eab6d0a4af1 100644 --- a/lang/fpc-source/Makefile +++ b/lang/fpc-source/Makefile @@ -1,5 +1,6 @@ PORTNAME= fpc PORTVERSION= 3.2.2 +PORTREVISION= 1 DISTVERSIONSUFFIX=.source CATEGORIES= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \ @@ -13,7 +14,7 @@ PKGNAMESUFFIX= -source DIST_SUBDIR= freepascal MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal compiler with Turbo and Delphi (source) +COMMENT= Free Pascal compiler with Turbo and Delphi compatibility (source) ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes |