diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-09-14 03:11:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-09-14 03:11:16 +0000 |
commit | 4fd9a3681d0d06828032508a501f14ce925cd8dd (patch) | |
tree | 93ac3d4c9be1ac850b94e3e404081d1e08301f83 /security/gnutls/Makefile | |
parent | 132e783d0ae1c74f01c432bb8ed08528b1cba59e (diff) |
Notes
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 604296bd30cc..e230a6c62508 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ |