diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-03-12 02:01:08 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-03-12 02:01:08 +0800 |
commit | 423bd5a30f0d254eb3e8b5a886277ea3d123cf19 (patch) | |
tree | 7ce172e81dac5c19ef5e3f8e657aae9cab830d2c /security | |
parent | fc128e455575d283a04806b24718b32d9f6d6149 (diff) | |
download | freebsd-ports-gnome-423bd5a30f0d254eb3e8b5a886277ea3d123cf19.tar.gz freebsd-ports-gnome-423bd5a30f0d254eb3e8b5a886277ea3d123cf19.tar.zst freebsd-ports-gnome-423bd5a30f0d254eb3e8b5a886277ea3d123cf19.zip |
Fix build with FORCE_MAKE_JOBS.
Diffstat (limited to 'security')
-rw-r--r-- | security/p11-kit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 45603282fd66..1a82ac6a7e33 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -25,6 +25,7 @@ MAKE_ENV= exampledir=${EXAMPLESDIR} USE_AUTOTOOLS= libtool USE_GNOME= ltverhack gnomehack USE_LDCONFIG= yes +USE_GMAKE= yes pre-configure: @${REINPLACE_CMD} -e \ |