diff options
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 |