Index: head/textproc/enchant/Makefile =================================================================== --- head/textproc/enchant/Makefile (revision 124067) +++ head/textproc/enchant/Makefile (revision 124068) @@ -1,61 +1,65 @@ # New ports collection makefile for: enchant # Date created: 03 January 2004 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= enchant -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.5 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= abiword DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_REINPLACE= yes +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnomeprefix gnometarget glib20 lthack +USE_GNOME= gnomehack gnomeprefix gnometarget glib20 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= enchant.1 .ifndef(WITHOUT_ASPELL) LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell PLIST_SUB+= ASPELL="" .else PLIST_SUB+= ASPELL="@comment " .endif .include .if exists(${LOCALBASE}/bin/hspell) WITH_HSPELL= yes .endif .if defined(WITH_HSPELL) BUILD_DEPENDS+= hspell:${PORTSDIR}/hebrew/hspell PLIST_SUB+= HSPELL="" .else PLIST_SUB+= HSPELL="@comment " .endif pre-everything:: .if !defined(WITHOUT_ASPELL) || !defined(WITH_HSPELL) @${ECHO_CMD} '===> The following options are available for this port:' .if !defined(WITHOUT_ASPELL) @${ECHO_CMD} '===>' @${ECHO_CMD} '===> Define WITHOUT_ASPELL to disable aspell support' .endif .if !defined(WITH_HSPELL) @${ECHO_CMD} '===>' @${ECHO_CMD} '===> Define WITH_HSPELL to enable hspell (Hebrew) support' .endif .endif + +post-patch: + @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ + ${WRKSRC}/install-sh .include Property changes on: head/textproc/enchant/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/textproc/enchant/distinfo =================================================================== --- head/textproc/enchant/distinfo (revision 124067) +++ head/textproc/enchant/distinfo (revision 124068) @@ -1,2 +1,2 @@ -MD5 (gnome2/enchant-1.1.3.tar.gz) = c95186755fe46b27a78d9a85fef2175c -SIZE (gnome2/enchant-1.1.3.tar.gz) = 303556 +MD5 (gnome2/enchant-1.1.5.tar.gz) = b7f266ca9241797839929972395a76cf +SIZE (gnome2/enchant-1.1.5.tar.gz) = 440600 Property changes on: head/textproc/enchant/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property