svn commit: r349159 - head/textproc/gtkspell

Roman Bogorodskiy novel at FreeBSD.org
Tue Mar 25 16:32:29 UTC 2014


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
 


More information about the svn-ports-head mailing list