diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-24 00:35:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-24 00:35:45 +0000 |
commit | bb2e13e258f10284c5cbd5723f691e52ead26e31 (patch) | |
tree | f78de58c24d67779f667e68af6c82c74c92c84b8 /security/libgcrypt | |
parent | 38ac1b215a4100c1c38dac2729391367be8f7336 (diff) |
Notes
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 32c721d94613..762df1058a58 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt MAINTAINER= arved@FreeBSD.org -COMMENT= "General purpose crypto library based on code used in GnuPG" +COMMENT= General purpose crypto library based on code used in GnuPG LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error @@ -20,7 +20,7 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= gcrypt |