aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kprof/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-07-10 00:40:37 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-07-10 00:40:37 +0800
commit404c567f854f50403c3d981580416ecee09bc42a (patch)
tree11773aa3b4b0473d950049bd52b52a1d978661cd /devel/kprof/Makefile
parent2ca95df16f76150aedc1a54734e9e9997d299478 (diff)
downloadfreebsd-ports-gnome-404c567f854f50403c3d981580416ecee09bc42a.tar.gz
freebsd-ports-gnome-404c567f854f50403c3d981580416ecee09bc42a.tar.zst
freebsd-ports-gnome-404c567f854f50403c3d981580416ecee09bc42a.zip
Update to 1.3.1 which includes support for kde3
PR: 39730 Submitted by: maintainer
Diffstat (limited to 'devel/kprof/Makefile')
-rw-r--r--devel/kprof/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/kprof/Makefile b/devel/kprof/Makefile
index 319383454a67..b0fff6336d69 100644
--- a/devel/kprof/Makefile
+++ b/devel/kprof/Makefile
@@ -7,20 +7,18 @@
#
PORTNAME= kprof
-PORTVERSION= 1.3
+PORTVERSION= 1.3.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pmarquis@pobox.com
-USE_KDELIBS_VER= 2
+USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
-CONFIGURE_ENV= KDEDIR=${PREFIX} MOC=moc2 LIBQT=-lqt2
+CONFIGURE_ENV= KDEDIR=${PREFIX} KDB2HTML=${PREFIX}/bin/kdb2html
CONFIGURE_ARGS= --prefix=${PREFIX} \
- --with-extra-includes=${PREFIX}/include \
- --with-extra-libs=${PREFIX}/lib \
- --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-includes=${X11BASE}/include \
--with-qt-libraries=${X11BASE}/lib
USE_GMAKE= yes
MAKE_ENV= ${CONFIGURE_ENV}