From b884a64a74fe020e0ca4a8bdf2a55473afed1a34 Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 25 Mar 2014 16:32:28 +0000 Subject: - Stage support - Convert to the new LIB_DEPENDS syntax - Convert to USES=pathfix from using gnomehack --- textproc/gtkspell/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'textproc') diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 2d4bad8d95f0..2b46e1c3ff60 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -14,16 +14,15 @@ COMMENT= A GTK+ 2 spell checking component .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 -- cgit