diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-03 15:49:35 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-03 15:49:35 +0000 |
commit | 125dedf85afb6e90c523f5b88fe264d65274e8e9 (patch) | |
tree | 8f2630eeb48a0340ba73da53af2f378bf1f193ee /devel/fam | |
parent | c62523901c180e9c89acf69f72a6aff08e9323f9 (diff) |
Notes
Diffstat (limited to 'devel/fam')
-rw-r--r-- | devel/fam/Makefile | 4 | ||||
-rw-r--r-- | devel/fam/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile index 3e32fcb47821..552b5a9eb7e8 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -7,7 +7,7 @@ PORTNAME= fam PORTVERSION= 2.6.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/ PATCH_SITES= ftp://oss.sgi.com/projects/fam/download/patches/ @@ -22,7 +22,7 @@ CFLAGS+= -Wno-deprecated USE_AUTOMAKE_VER=15 USE_AUTOCONF_VER=253 -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/devel/fam/pkg-plist b/devel/fam/pkg-plist index 40c648d693df..dd261a6553e8 100644 --- a/devel/fam/pkg-plist +++ b/devel/fam/pkg-plist @@ -2,6 +2,7 @@ bin/fam etc/fam.conf include/fam.h lib/libfam.a +lib/libfam.la lib/libfam.so lib/libfam.so.0 @unexec rm -f %D/etc/rc.d/fam.sh || true |