summaryrefslogtreecommitdiff
path: root/deskutils/kdepim44
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-05 08:57:29 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-05 08:57:29 +0000
commit8ad291c33e7fff3167d68403a3fa605b894b3792 (patch)
treec758c47a3a2a9bc64ea4dc92db5a617606c7b553 /deskutils/kdepim44
parentUpdate to 0.3.32 and hand over maintainership to submitter (diff)
Make pilot-link install directly into PREFIX. This should allow
pilot-link and all dependents to build correctly on bento.
Notes
Notes: svn path=/head/; revision=52598
Diffstat (limited to 'deskutils/kdepim44')
-rw-r--r--deskutils/kdepim44/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile
index df618f1d2dd2..e6aa838e6de1 100644
--- a/deskutils/kdepim44/Makefile
+++ b/deskutils/kdepim44/Makefile
@@ -26,8 +26,6 @@ USE_BISON= yes
USE_BZIP2= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/pilot/include \
- --with-extra-libs=${LOCALBASE}/pilot/lib
.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
CONFIGURE_ARGS+=--enable-objprelink
.endif
@@ -37,7 +35,7 @@ CONFIGURE_ARGS+=--enable-final
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
CONFIGURE_ARGS+=--disable-debug
.endif
-QTCPPFLAGS= -I${LOCALBASE}/pilot/include -L${LOCALBASE}/pilot/lib
+QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
QTLDFLAGS= ${QTCPPFLAGS}
CONFIGURE_ENV+= LIBS="${QTLDFLAGS}"
MAKE_ENV= ${CONFIGURE_ENV}