diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-04-05 22:16:12 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-04-05 22:16:12 +0000 |
commit | b294b98273d5cae35ab470c066f683c7b5e8d837 (patch) | |
tree | eee9e6143a38af1c4219aaf69eb7096627c2e625 /www/quanta/Makefile | |
parent | d421d81b7b1fd41b649c45c5fc74ec6286d32687 (diff) | |
download | ports-b294b98273d5cae35ab470c066f683c7b5e8d837.tar.gz ports-b294b98273d5cae35ab470c066f683c7b5e8d837.zip |
Notes
Diffstat (limited to 'www/quanta/Makefile')
-rw-r--r-- | www/quanta/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index d2f4354e0f2c..acde3cfadc8a 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -6,16 +6,16 @@ # PORTNAME= quanta -PORTVERSION= 3.1 -PORTREVISION= 1 -PORTEPOCH= 2 # dammit! I hate this kludge. +PORTVERSION= ${KDE_VERSION} +PORTREVISION= 0 +PORTEPOCH= 2 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org -COMMENT= GUI HTML editor that bears resemblence to kdevelop +COMMENT= Comprehensive html/website development environment. BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext |