diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-17 19:37:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-17 19:37:56 +0000 |
commit | 1d57bd986a3e7207714da42e53ac9ac5790f5f7e (patch) | |
tree | 81a66c01697f82e887238339e362bc9044b4c078 /devel | |
parent | - Don't restore owner information from additional distfile (diff) |
- Add missed INFO entries
PR: ports/68043
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cedet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cedet/Makefile b/devel/cedet/Makefile index 60e696e47871..12282bcf1ed9 100644 --- a/devel/cedet/Makefile +++ b/devel/cedet/Makefile @@ -7,7 +7,7 @@ PORTNAME= cedet PORTVERSION= 1.0.b2.b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cedet @@ -22,7 +22,9 @@ EMACS_PORT_NAME?= emacs21 CEDET_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} -INFO= cogre ede eieio semantic speedbar +INFO= bovine cogre ede eieio grammar-fw semantic \ + semantic-appdev semantic-langdev semantic-user \ + wisent speedbar SEMANTIC_ELISP_SUBDIRS= bovine wisent USE_GMAKE= yes |