From 07505b0b826930a5f7bd0468985622fa0aea6f7e Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 8 Dec 2004 19:36:55 +0000 Subject: - Take care of leftover pkgconfig directory PR: ports/74818 Submitted by: Simon Barner (maintainer) --- devel/valgrind-snapshot/Makefile | 1 + devel/valgrind/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 9c4a620e2f7..1e4240e498e 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -22,6 +22,7 @@ LATEST_LINK= valgrind-snapshot ONLY_FOR_ARCHS= i386 USE_GMAKE= yes +USE_GNOME= pkgconfig USE_PERL5_BUILD=yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 258aa0c684e..835cc070fe5 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -19,6 +19,7 @@ ONLY_FOR_ARCHS= i386 CONFLICTS= valgrind-snapshot-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes +USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--enable-maintainer-mode -- cgit