Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 16:32:29 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349159 - head/textproc/gtkspell
Message-ID:  <201403251632.s2PGWTmX080987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Mar 25 16:32:28 2014
New Revision: 349159
URL: http://svnweb.freebsd.org/changeset/ports/349159
QAT: https://qat.redports.org/buildarchive/r349159/

Log:
  - Stage support
  - Convert to the new LIB_DEPENDS syntax
  - Convert to USES=pathfix from using gnomehack

Modified:
  head/textproc/gtkspell/Makefile

Modified: head/textproc/gtkspell/Makefile
==============================================================================
--- head/textproc/gtkspell/Makefile	Tue Mar 25 16:28:09 2014	(r349158)
+++ head/textproc/gtkspell/Makefile	Tue Mar 25 16:32:28 2014	(r349159)
@@ -14,16 +14,15 @@ COMMENT=	A GTK+ 2 spell checking compone
 
 .if !defined(REFERENCE_PORT)
 
-LIB_DEPENDS=	enchant.1:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
-USE_GNOME=	gnomeprefix gnomehack gtk20 intlhack
-USES=		gettext gmake pkgconfig
+USE_GNOME=	gnomeprefix gtk20 intlhack
+USES=		gettext gmake pkgconfig pathfix
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403251632.s2PGWTmX080987>