diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 13:43:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 13:43:38 +0800 |
commit | 0e9341a37544dcb8b8fdac0dd091e070d7cfc10e (patch) | |
tree | 06a6436493d196a03fece4c10362921079cb0eb5 /x11/gnomepanel | |
parent | 2358fe73364d70d5a04d0fb47c7c8fe5af127800 (diff) | |
download | marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.tar marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.tar.gz marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.tar.bz2 marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.tar.lz marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.tar.xz marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.tar.zst marcuscom-ports-0e9341a37544dcb8b8fdac0dd091e070d7cfc10e.zip |
Add ltverhack to normalize the shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 5 | ||||
-rw-r--r-- | x11/gnomepanel/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 316c64545..6ba39d00d 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.101 2005/07/26 14:23:18 marcus Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.102 2005/08/09 14:45:07 kwm Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.11.91 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.11 @@ -23,7 +24,7 @@ INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ - libwnck gnomemenus gnomedocutils + libwnck gnomemenus gnomedocutils ltverhack WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes diff --git a/x11/gnomepanel/pkg-plist b/x11/gnomepanel/pkg-plist index 96c839638..66820d399 100644 --- a/x11/gnomepanel/pkg-plist +++ b/x11/gnomepanel/pkg-plist @@ -12,7 +12,7 @@ include/panel-2.0/panel-applet-gconf.h include/panel-2.0/panel-applet.h lib/libpanel-applet-2.a lib/libpanel-applet-2.so -lib/libpanel-applet-2.so.1 +lib/libpanel-applet-2.so.0 libdata/bonobo/servers/GNOME_ClockApplet_Factory.server libdata/bonobo/servers/GNOME_FishApplet_Factory.server libdata/bonobo/servers/GNOME_NotificationAreaApplet.server |