diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-11 04:34:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-11 04:34:05 +0800 |
commit | f79cb0b5fc8db742342020fe2312a0ccc77c1647 (patch) | |
tree | c4e02d3277fef3821eefc84523146ebde5f958f7 /devel | |
parent | b31dcfb327e6fa5a9868fbdfcf5868ea13c375d4 (diff) | |
download | freebsd-ports-gnome-f79cb0b5fc8db742342020fe2312a0ccc77c1647.tar.gz freebsd-ports-gnome-f79cb0b5fc8db742342020fe2312a0ccc77c1647.tar.zst freebsd-ports-gnome-f79cb0b5fc8db742342020fe2312a0ccc77c1647.zip |
Have gamin install libtool archives since KDE needs them. This is inline
with what devel/fam does.
Submitted by: kwm
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gamin/Makefile | 4 | ||||
-rw-r--r-- | devel/gamin/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 276cd07abc7f..2f4d06371407 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -7,7 +7,7 @@ PORTNAME= gamin PORTVERSION= 0.0.26 -PORTREVISION?= 10 +PORTREVISION?= 11 CATEGORIES?= devel MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ @@ -15,7 +15,7 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A file and directory monitoring system USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=15 USE_GNOME?= gnomehack glib20 INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ diff --git a/devel/gamin/pkg-plist b/devel/gamin/pkg-plist index d318e2257d82..1319c826ef36 100644 --- a/devel/gamin/pkg-plist +++ b/devel/gamin/pkg-plist @@ -1,8 +1,10 @@ include/fam.h lib/libfam.a +lib/libfam.la lib/libfam.so lib/libfam.so.0 lib/libgamin-1.a +lib/libgamin-1.la lib/libgamin-1.so lib/libgamin-1.so.0 lib/libgamin_shared.a |