diff options
author | lofi <lofi@FreeBSD.org> | 2004-08-03 23:49:35 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-08-03 23:49:35 +0800 |
commit | 9e588be090dd5a30019b7e77a100e012b89f56d4 (patch) | |
tree | e2cde46192145413c29f2f3a1eedac92d9a159b8 /devel | |
parent | eaac00deeb46574ece956f3af49eb36c6967a55b (diff) | |
download | freebsd-ports-gnome-9e588be090dd5a30019b7e77a100e012b89f56d4.tar.gz freebsd-ports-gnome-9e588be090dd5a30019b7e77a100e012b89f56d4.tar.zst freebsd-ports-gnome-9e588be090dd5a30019b7e77a100e012b89f56d4.zip |
Put the libtool archive back.
Committers: Please be careful to not carelessly remove libtool archives
from ports in KDE's dependency path. You will very likely cause much pain
for users in the process.
Discussed with: bland
Diffstat (limited to 'devel')
-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 |