diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-24 08:35:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-24 08:35:45 +0800 |
commit | ac585721e4e0b3bf35ce9f6e0482268bb310045c (patch) | |
tree | 71a1eb142c11dff910c02966922ffb7761a2814c /security/libgcrypt | |
parent | e8835f038d5687aa0339011c4d8597dbbd13aa38 (diff) | |
download | freebsd-ports-gnome-ac585721e4e0b3bf35ce9f6e0482268bb310045c.tar.gz freebsd-ports-gnome-ac585721e4e0b3bf35ce9f6e0482268bb310045c.tar.zst freebsd-ports-gnome-ac585721e4e0b3bf35ce9f6e0482268bb310045c.zip |
security/libgcrypt portlint fixes
1. remove quotes from COMMENT
2. INSTALLS_SHLIB -> USE_LDCONFIG
PR: ports/115286
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: maintainer timeout
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 |