diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 19:36:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 19:36:55 +0000 |
commit | 5b4e49c639fcbce2d20a7000702b737df6e44e8b (patch) | |
tree | 4e39a2247172aba85425e911c52b715041a51567 | |
parent | Fix wrong assumption on iconv args on amd64. (diff) |
- Take care of leftover pkgconfig directory
PR: ports/74818
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 1 | ||||
-rw-r--r-- | devel/valgrind/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 9c4a620e2f7c..1e4240e498e1 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 258aa0c684e7..835cc070fe5a 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 |