svn commit: r352868 - head/textproc/enchant

Koop Mast kwm at FreeBSD.org
Sat May 3 07:40:58 UTC 2014


Author: kwm
Date: Sat May  3 07:40:57 2014
New Revision: 352868
URL: http://svnweb.freebsd.org/changeset/ports/352868
QAT: https://qat.redports.org/buildarchive/r352868/

Log:
  USE_GNOME=ltverhack -> USES=libtool:keepla

Modified:
  head/textproc/enchant/Makefile
  head/textproc/enchant/pkg-plist

Modified: head/textproc/enchant/Makefile
==============================================================================
--- head/textproc/enchant/Makefile	Sat May  3 07:34:48 2014	(r352867)
+++ head/textproc/enchant/Makefile	Sat May  3 07:40:57 2014	(r352868)
@@ -4,7 +4,7 @@
 
 PORTNAME=	enchant
 PORTVERSION=	1.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc gnome
 MASTER_SITES=	http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
 DIST_SUBDIR=	gnome2
@@ -12,10 +12,10 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Dictionary/spellchecking framework
 
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake pathfix pkgconfig
-USE_GNOME=	glib20 ltverhack
+USES=		gmake libtool:keepla pathfix pkgconfig
+USE_GNOME=	glib20
 CONFIGURE_ARGS=	--disable-uspell \
 		--disable-voikko
 

Modified: head/textproc/enchant/pkg-plist
==============================================================================
--- head/textproc/enchant/pkg-plist	Sat May  3 07:34:48 2014	(r352867)
+++ head/textproc/enchant/pkg-plist	Sat May  3 07:40:57 2014	(r352868)
@@ -22,6 +22,7 @@ lib/libenchant.a
 lib/libenchant.la
 lib/libenchant.so
 lib/libenchant.so.1
+lib/libenchant.so.1.6.0
 libdata/pkgconfig/enchant.pc
 man/man1/enchant.1.gz
 %%DATADIR%%/enchant.ordering


More information about the svn-ports-all mailing list