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/libident | |
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/libident')
-rw-r--r-- | security/libident/Makefile | 3 | ||||
-rw-r--r-- | security/libident/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 008d3dfbde2d..403a91a49d0e 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -7,6 +7,7 @@ PORTNAME= libident PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://people.via.ecp.fr/~rem/libident/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) USE_GNOME= gnometarget lthack -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes MAN3= ident.3 diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist index 319b8b0f7895..02f4ef8cf566 100644 --- a/security/libident/pkg-plist +++ b/security/libident/pkg-plist @@ -1,5 +1,6 @@ include/ident.h lib/libident.a +lib/libident.la lib/libident.so lib/libident.so.0 %%PORTDOCS%%%%DOCSDIR%%/README |