mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Have gamin install libtool archives since KDE needs them. This is inline
with what devel/fam does. Submitted by: kwm
This commit is contained in:
parent
b1def06fef
commit
0c44fc8b45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132926
2 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gamin
|
PORTNAME= gamin
|
||||||
PORTVERSION= 0.0.26
|
PORTVERSION= 0.0.26
|
||||||
PORTREVISION?= 10
|
PORTREVISION?= 11
|
||||||
CATEGORIES?= devel
|
CATEGORIES?= devel
|
||||||
MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/
|
MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ MAINTAINER?= gnome@FreeBSD.org
|
||||||
COMMENT?= A file and directory monitoring system
|
COMMENT?= A file and directory monitoring system
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LIBTOOL_VER=15
|
USE_INC_LIBTOOL_VER=15
|
||||||
USE_GNOME?= gnomehack glib20
|
USE_GNOME?= gnomehack glib20
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
|
CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
include/fam.h
|
include/fam.h
|
||||||
lib/libfam.a
|
lib/libfam.a
|
||||||
|
lib/libfam.la
|
||||||
lib/libfam.so
|
lib/libfam.so
|
||||||
lib/libfam.so.0
|
lib/libfam.so.0
|
||||||
lib/libgamin-1.a
|
lib/libgamin-1.a
|
||||||
|
lib/libgamin-1.la
|
||||||
lib/libgamin-1.so
|
lib/libgamin-1.so
|
||||||
lib/libgamin-1.so.0
|
lib/libgamin-1.so.0
|
||||||
lib/libgamin_shared.a
|
lib/libgamin_shared.a
|
||||||
|
|
Loading…
Add table
Reference in a new issue