diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kprof/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/kprof/Makefile b/devel/kprof/Makefile index b0fff6336d69..cd18c0604630 100644 --- a/devel/kprof/Makefile +++ b/devel/kprof/Makefile @@ -16,10 +16,7 @@ MAINTAINER= pmarquis@pobox.com USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes -CONFIGURE_ENV= KDEDIR=${PREFIX} KDB2HTML=${PREFIX}/bin/kdb2html -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-qt-includes=${X11BASE}/include \ - --with-qt-libraries=${X11BASE}/lib +CONFIGURE_ENV= KDB2HTML=${PREFIX}/bin/kdb2html USE_GMAKE= yes MAKE_ENV= ${CONFIGURE_ENV} |