summaryrefslogtreecommitdiff
path: root/games/kdegames
diff options
context:
space:
mode:
authortron <tron>1999-03-23 21:25:40 +0000
committertron <tron>1999-03-23 21:25:40 +0000
commit121b41ac2a37e0735d4862180f886abaa79be7f2 (patch)
tree7f789c97d80493baaa3ba1ffad0793d522552c99 /games/kdegames
parentf0a8832a6e433d5f9283c13101070d7190eb6d30 (diff)
downloadpkgsrc-121b41ac2a37e0735d4862180f886abaa79be7f2.tar.gz
- Make sure that "configure" finds JPEG, TIFF and PNG library.
- Depend on new "qwspritefield" package.
Diffstat (limited to 'games/kdegames')
-rw-r--r--games/kdegames/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile
index 91b21e8f389..6982288a6a4 100644
--- a/games/kdegames/Makefile
+++ b/games/kdegames/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 1999/02/20 00:05:47 tron Exp $
+# $NetBSD: Makefile,v 1.27 1999/03/23 21:25:40 tron Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp
#
@@ -12,7 +12,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kde.org/
DEPENDS+= kdebase-1.1:../../x11/kdebase
-DEPENDS+= kdesupport-1.1:../../converters/kdesupport
+DEPENDS+= qwspritefield-1.6:../../x11/qwspritefield
USE_X11BASE= yes
USE_GMAKE= yes
@@ -22,7 +22,10 @@ CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include" \
"--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}" \