summaryrefslogtreecommitdiff
path: root/misc/gnome-utils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-07-06 08:04:14 +0000
committerjlam <jlam@pkgsrc.org>1999-07-06 08:04:14 +0000
commit706198eb78abc9c596fac0562b698da9432c79a9 (patch)
tree93e4ae5c5dd3ebcbc77ebdf40e4fcf10582c6d0b /misc/gnome-utils
parent627932ce274babd13474fd25ce58c7d0bf5d5802 (diff)
downloadpkgsrc-706198eb78abc9c596fac0562b698da9432c79a9.tar.gz
* Update ncurses dependency.
Diffstat (limited to 'misc/gnome-utils')
-rw-r--r--misc/gnome-utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index f1ac6933dbd..0e4d642c973 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/05/13 23:46:50 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/07/06 08:04:33 jlam Exp $
#
DISTNAME= gnome-utils-1.0.1
@@ -20,7 +20,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
-DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+DEPENDS+= ncurses-4.2:../../devel/ncurses
DEPENDS+= gettext-0.10.35:../../devel/gettext
DEPENDS+= gnome-core-1.0.5:../../x11/gnome-libs
DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile
@@ -28,6 +28,6 @@ DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile
GNU_CONFIGURE= YES
USE_X11BASE= YES
CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
-CONFIGURE_ARGS= --with-ncurses=${PREFIX}
+CONFIGURE_ARGS= --with-ncurses=${LOCALBASE}
.include "../../mk/bsd.pkg.mk"