diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-08-07 04:53:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-08-07 04:53:16 +0000 |
commit | a23070064e5e1633486dffabab19001021a729df (patch) | |
tree | 8e9a854daa96331fa76a911f1486c4a98f0c65a6 /lang/dmd/Makefile | |
parent | a33e1e3ece4f3262f2f484383056e8e5d3fb9289 (diff) |
Notes
Diffstat (limited to 'lang/dmd/Makefile')
-rw-r--r-- | lang/dmd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/dmd/Makefile b/lang/dmd/Makefile index 3b73f0c58b89..59dc96e83bd1 100644 --- a/lang/dmd/Makefile +++ b/lang/dmd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dmd -PORTVERSION= 1.068 +PORTVERSION= 1.069 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -15,7 +15,6 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Official compiler for the D 1.0 programming language NO_PACKAGE= Packages are not validation-tested by the developer -ONLY_FOR_ARCHS= i386 USE_ZIP= yes MAN1= dmd.1 MAN5= dmd.conf.5 |