summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>1999-03-23 17:56:07 +0000
committertron <tron>1999-03-23 17:56:07 +0000
commit5bdccbe18489cd2caaa38026e297388a8fdacfff (patch)
tree9316ae61fc3c67934d8f61fe7d108bd1ef18441b /x11
parent4c900fd751f3650192752cb695963a45277080d8 (diff)
downloadpkgsrc-5bdccbe18489cd2caaa38026e297388a8fdacfff.tar.gz
- Make sure that "configure" finds JPEG, TIFF and PNG library.
- Install "klock" set user id "root" so that it can really verify the entered passwords.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index f69b1c3352b..b6855ae4042 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 1999/02/21 15:44:14 tron Exp $
+# $NetBSD: Makefile,v 1.33 1999/03/23 17:56:07 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
#
@@ -19,12 +19,13 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include" \
- "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \
- "--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+CONFIGURE_ARGS= --datadir=${PREFIX}/share/kde \
+ --with-qt-dir=${PREFIX} \
+ --with-qt-includes=${PREFIX}/include/qt
+CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${PREFIX} \
CXXFLAGS="${CFLAGS}" \
+ all_libraries="-L${LOCALBASE}/lib" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
@@ -40,6 +41,7 @@ KDE_DIRS= share/doc/kde/HTML/cs share/doc/kde/HTML/da \
share/kde/sounds
post-install:
+ @${CHMOD} u+s ${PREFIX}/bin/klock
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${PREFIX}; find ${PLIST_DIRS} -type f >>${PLIST_SRC})
@(cd ${PREFIX}; find ${PLIST_DIRS} -type d | sort -r | \