diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-11 04:34:05 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-11 04:34:05 +0800 |
commit | 0c44fc8b4542daf324c5bb18be95e64e5ab8036e (patch) | |
tree | 5e92674e65308c088e98d0ddd6e7671ab1293efb | |
parent | b1def06fefde84bee9e2237ae60013ee7e517063 (diff) | |
download | freebsd-ports-gnome-0c44fc8b4542daf324c5bb18be95e64e5ab8036e.tar.gz freebsd-ports-gnome-0c44fc8b4542daf324c5bb18be95e64e5ab8036e.tar.zst freebsd-ports-gnome-0c44fc8b4542daf324c5bb18be95e64e5ab8036e.zip |
Have gamin install libtool archives since KDE needs them. This is inline
with what devel/fam does.
Submitted by: kwm
-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 |