diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-12-25 15:16:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-12-25 15:16:14 +0000 |
commit | 2ad712e83d460c6c7e536945b66bc5e10239fdeb (patch) | |
tree | 3f977a643d91f18b4335c48cb7d844e6f4630820 /lang/gcc44/Makefile | |
parent | 75ba7830c95e2832fac78fcca329b9f1049bb35a (diff) | |
download | ports-2ad712e83d460c6c7e536945b66bc5e10239fdeb.tar.gz ports-2ad712e83d460c6c7e536945b66bc5e10239fdeb.zip |
Notes
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index a343e0873d58..56a12b978c4a 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.0.0 -PORTREVISION= 20041205 +PORTREVISION= 20041219 CATEGORIES= lang java VERSIONSTRING= 4.0-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -78,6 +78,7 @@ MAN1= cpp${SUFFIX}.1 \ gcc${SUFFIX}.1 \ gcov${SUFFIX}.1 \ gcj${SUFFIX}.1 \ + gcj-dbtool${SUFFIX}.1 \ gcjh${SUFFIX}.1 \ gij${SUFFIX}.1 \ grmic${SUFFIX}.1 \ |