diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
commit | d5fda8cb2c24981e11e8e1fe4487789e108b5b34 (patch) | |
tree | ac7ed005b2cc3dddde570973d1da7a6213760341 /devel/astyle | |
parent | b68da0a0cc2261f94219d2be1d96b8f6ed1d53b9 (diff) | |
download | ports-d5fda8cb2c24981e11e8e1fe4487789e108b5b34.tar.gz ports-d5fda8cb2c24981e11e8e1fe4487789e108b5b34.zip |
Notes
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 2e43fd7a1220..5ea9e3b47985 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_linux MAINTAINER= lme@FreeBSD.org -COMMENT= A reindenter and reformatter of C, C++, C\# and Java source code +COMMENT= A reindenter and reformatter of C, C++, C\#, and Java source code ALL_TARGET= astyle CFLAGS+= -W -Wall -fno-rtti -fno-exceptions |