diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-01 16:52:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-01 16:52:43 +0000 |
commit | c66b18fef615a1b458d0dae85d2ea989ad797b16 (patch) | |
tree | 4ea2e2da62d9ad2995d6632148bd3606005a9ac9 /security/libgpg-error | |
parent | 90b214dfd18eda4f5a32eb5cef0c40d9b1cf6e63 (diff) | |
download | ports-c66b18fef615a1b458d0dae85d2ea989ad797b16.tar.gz ports-c66b18fef615a1b458d0dae85d2ea989ad797b16.zip |
Notes
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 8dcc4880f77b..b5944b1953e5 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -10,9 +10,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= Common error values for all GnuPG components +BUILD_DEPENDS= tradcpp:${PORTSDIR}/devel/tradcpp + OPTIONS_DEFINE= DOCS NLS USES= gmake libtool tar:bzip2 +CPP= tradcpp USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |