diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-27 08:53:42 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-27 08:53:42 +0800 |
commit | 7c05c103b867312b8be11a68d5e7034f1d865380 (patch) | |
tree | c77dd0b09e2d9d05c6ab52511cc334edaf196283 /www/galeon2 | |
parent | 1be63a3a1efc9da9d7db56a81094958cd609163f (diff) | |
download | freebsd-ports-gnome-7c05c103b867312b8be11a68d5e7034f1d865380.tar.gz freebsd-ports-gnome-7c05c103b867312b8be11a68d5e7034f1d865380.tar.zst freebsd-ports-gnome-7c05c103b867312b8be11a68d5e7034f1d865380.zip |
Nuke lthack, set LIBTOOL_VER to 15, and adjust the plist
for the extra file that gets installed. PORTREVISION bump
accordingly.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 5 | ||||
-rw-r--r-- | www/galeon2/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 8cefcd20c65c..32a31d0beb6f 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.16 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ @@ -38,8 +39,8 @@ HEADERS_SUFX= WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//} USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix lthack intlhack gnomehack libgnomeui -USE_LIBTOOL_VER=13 +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \ diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index 62fd32e42dd4..763d55b0903e 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -5,6 +5,7 @@ bin/galeon-config-tool etc/gconf/schemas/galeon.schemas @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/galeon.schemas > /dev/null || /usr/bin/true etc/sound/events/galeon.soundlist +lib/galeon/components/libgaleon-xpcom.a lib/galeon/components/libgaleon-xpcom.so libdata/bonobo/servers/GNOME_Galeon_Automation.server libdata/bonobo/servers/GNOME_Galeon_NautilusView.server |