From c1de5af3a25d72381fa604d1a7bae5cdbfda694b Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 28 Jul 2002 00:48:38 +0000 Subject: [PATCH] don't set MODGNU_CONFIG_GUESS_DIRS, the versions that come with this program are new enough as is. --- x11/kdirstat/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11/kdirstat/Makefile b/x11/kdirstat/Makefile index ed60bc77cbe..9dd5f83973d 100644 --- a/x11/kdirstat/Makefile +++ b/x11/kdirstat/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/27 01:34:05 kevlo Exp $ +# $OpenBSD: Makefile,v 1.5 2002/07/28 00:48:38 brad Exp $ COMMENT= "graphical disk usage utility" DISTNAME= kdirstat-2.2.0 CATEGORIES= x11 -NEED_VERSION= 1.525 HOMEPAGE= http://kdirstat.sourceforge.net/ @@ -40,6 +39,5 @@ CONFIGURE_ARGS+= --with-extra-libs="${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-extra-includes="${LOCALBASE}/include" CONFIGURE_ARGS+= --with-xinerama CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" KDEDIR="${LOCALBASE}" -MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin .include