diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-07-15 10:29:05 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-07-15 10:29:05 +0800 |
commit | 3dc16c2037ad2394bd5ebf39e66db398b387e553 (patch) | |
tree | 9eafc3a2c677ee6f51da5b8d4fef5ffcbe412a4b /devel/kprof/Makefile | |
parent | 4b57d2a1c10773c0e3c7d68335478d71b0cd5426 (diff) | |
download | freebsd-ports-gnome-3dc16c2037ad2394bd5ebf39e66db398b387e553.tar.gz freebsd-ports-gnome-3dc16c2037ad2394bd5ebf39e66db398b387e553.tar.zst freebsd-ports-gnome-3dc16c2037ad2394bd5ebf39e66db398b387e553.zip |
Clean up
Approved by: MAINTAINER
Diffstat (limited to 'devel/kprof/Makefile')
-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} |