diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-13 11:14:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-13 11:14:44 +0800 |
commit | 63effaef81c981ee2131726679302d5f5ee6416e (patch) | |
tree | 8704efb1eeb3212f3a031ba766a1066128aaf714 /accessibility/gail | |
parent | 70f0e4361ad6d96fc32699354c07753a60ef5e80 (diff) | |
download | marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.tar marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.tar.gz marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.tar.bz2 marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.tar.lz marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.tar.xz marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.tar.zst marcuscom-ports-63effaef81c981ee2131726679302d5f5ee6416e.zip |
Add ltverhack which buys us archived libraries, but doesn't change the
shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gail')
-rw-r--r-- | accessibility/gail/Makefile | 8 | ||||
-rw-r--r-- | accessibility/gail/pkg-plist | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 892b039ce..bba582c0c 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gail/Makefile,v 1.44 2006/04/23 22:21:28 mezz Exp $ +# $MCom: ports/accessibility/gail/Makefile,v 1.46 2006/07/13 03:08:03 marcus Exp $ # PORTNAME= gail PORTVERSION= 1.9.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -25,8 +25,8 @@ USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack libgnomecanvas lthack referencehack +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack ltverhack libgnomecanvas lthack referencehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gtk-doc \ diff --git a/accessibility/gail/pkg-plist b/accessibility/gail/pkg-plist index 48ea127e1..aaa8d4802 100644 --- a/accessibility/gail/pkg-plist +++ b/accessibility/gail/pkg-plist @@ -1,8 +1,10 @@ include/gail-1.0/libgail-util/gail-util.h include/gail-1.0/libgail-util/gailmisc.h include/gail-1.0/libgail-util/gailtextutil.h +lib/gtk-2.0/modules/libgail.a lib/gtk-2.0/modules/libgail.la lib/gtk-2.0/modules/libgail.so +lib/libgailutil.a lib/libgailutil.la lib/libgailutil.so lib/libgailutil.so.18 |