diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /security/libntlm | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'security/libntlm')
-rw-r--r-- | security/libntlm/Makefile | 3 | ||||
-rw-r--r-- | security/libntlm/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 94be87f45b1c..0a7abf4f443e 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -8,6 +8,7 @@ PORTNAME= libntlm PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/security/libntlm/pkg-plist b/security/libntlm/pkg-plist index 488c4476dde6..4a6ab428544b 100644 --- a/security/libntlm/pkg-plist +++ b/security/libntlm/pkg-plist @@ -1,5 +1,6 @@ include/ntlm.h lib/libntlm.a +lib/libntlm.la lib/libntlm.so lib/libntlm.so.0 libdata/pkgconfig/libntlm.pc |