diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /security/gss | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | freebsd-ports-gnome-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz freebsd-ports-gnome-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.zst freebsd-ports-gnome-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 3 | ||||
-rw-r--r-- | security/gss/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 64ff93e20b96..1d192a422245 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -8,6 +8,7 @@ PORTNAME= gss PORTVERSION= 0.0.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -23,7 +24,7 @@ CONFLICTS= heimdal-* USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 INSTALLS_SHLIB= yes diff --git a/security/gss/pkg-plist b/security/gss/pkg-plist index 970d7d409260..0679d2d9d7d1 100644 --- a/security/gss/pkg-plist +++ b/security/gss/pkg-plist @@ -3,6 +3,7 @@ include/gss/api.h include/gss/ext.h include/gss.h lib/libgss.a +lib/libgss.la lib/libgss.so lib/libgss.so.0 libdata/pkgconfig/gss.pc |