diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 15:13:13 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 15:13:13 +0000 |
commit | b3c926cf5814c22b96a019649198b23c1a72a997 (patch) | |
tree | 599212e195ffed85830e5b84a583074dfe2eb78e /devel/kscope | |
parent | 99e76a21ab4bae95d1b1efbf67905a2fd8ee12db (diff) |
Notes
Diffstat (limited to 'devel/kscope')
-rw-r--r-- | devel/kscope/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index 23964647f089..3e7fad31aead 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kscope -# Date created: 2004-04-21 -# Whom: Frank Mayhar <frank@exit.com> -# +# Created by: Frank Mayhar <frank@exit.com> # $FreeBSD$ -# PORTNAME= kscope PORTVERSION= 1.6.1 @@ -11,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= SF -MAINTAINER= frank@exit.com +MAINTAINER= ports@FreeBSD.org COMMENT= KDE front-end to Cscope LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg |