diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-21 18:54:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-21 18:54:17 +0000 |
commit | e6877fa792554cc86cc7682806f77b1aeda6ad4a (patch) | |
tree | fedeaa27ebacba88270162faeff4ad10aeaf01bf /devel/kprof/Makefile | |
parent | 74c56df4644198766b2659c96b8e3991c7642c6a (diff) | |
download | ports-e6877fa792554cc86cc7682806f77b1aeda6ad4a.tar.gz ports-e6877fa792554cc86cc7682806f77b1aeda6ad4a.zip |
Notes
Diffstat (limited to 'devel/kprof/Makefile')
-rw-r--r-- | devel/kprof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kprof/Makefile b/devel/kprof/Makefile index e2d636c0943f..5781e99560d5 100644 --- a/devel/kprof/Makefile +++ b/devel/kprof/Makefile @@ -8,12 +8,13 @@ PORTNAME= kprof PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pmarquis@pobox.com -COMMENT= A profiling tool for KDE. +COMMENT= A profiling tool for KDE USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes |