diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-16 20:34:59 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-16 20:34:59 +0000 |
commit | 92608cd8ac74b177c9b8ee49b8a3aee7d484a991 (patch) | |
tree | 6c2a4e1ddebdd0153efcae4c5f7c3cf76335533d /editors/komodo-edit/Makefile | |
parent | 10c6435168e0e6131cb7622ea6f2dfcc58071391 (diff) |
Notes
Diffstat (limited to 'editors/komodo-edit/Makefile')
-rw-r--r-- | editors/komodo-edit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 909f9b2a7d69..88ff81f9a4ca 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -5,13 +5,12 @@ # $FreeBSD$ PORTNAME= komodo-edit -PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTVERSION= 4.4.1 CATEGORIES= editors MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ -DISTNAME= Komodo-Edit-4.2.1-283000-linux-libcpp6-x86 +DISTNAME= Komodo-Edit-${PORTVERSION}-1774-linux-libcpp6-x86 -MAINTAINER= arved@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Multi-language editor from ActiveState RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ |