diff options
author | zi <zi@FreeBSD.org> | 2013-09-25 02:36:23 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-09-25 02:36:23 +0800 |
commit | 792bdd04728b7b4f7062951eed1bf57dd8056861 (patch) | |
tree | 2379128b3bca4cf8302a004b165618fe128f0509 /security | |
parent | 0c37d356388dc9e71d18827245058cf8e7e39a05 (diff) | |
download | freebsd-ports-gnome-792bdd04728b7b4f7062951eed1bf57dd8056861.tar.gz freebsd-ports-gnome-792bdd04728b7b4f7062951eed1bf57dd8056861.tar.zst freebsd-ports-gnome-792bdd04728b7b4f7062951eed1bf57dd8056861.zip |
- Add pkgconfig to USES to resolve build failure with poudriere
Submitted by: blakkheim@EFNet
Diffstat (limited to 'security')
-rw-r--r-- | security/truecrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index 35f256f4b328..594008118350 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source -USES= fuse iconv +USES= fuse iconv pkgconfig USE_GMAKE= yes RESTRICTED= Downloading requires acceptance of license agreement NO_CDROM= Distribution requires acceptance of license agreement |