diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 10:01:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 10:01:16 +0000 |
commit | 4c07ba9930443288e9e81933d21f59973fff47f2 (patch) | |
tree | 12e7fc05d4fd22578a1ebb9ce5a38eb474145fc1 /textproc/gtkspell3/Makefile | |
parent | df2013481ac1edd284f89aaadd6a6b83c7784775 (diff) | |
download | ports-4c07ba9930443288e9e81933d21f59973fff47f2.tar.gz ports-4c07ba9930443288e9e81933d21f59973fff47f2.zip |
Update to 3.0.8
Notes
Notes:
svn path=/head/; revision=465574
Diffstat (limited to 'textproc/gtkspell3/Makefile')
-rw-r--r-- | textproc/gtkspell3/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index e700381e55ab..00de8188d631 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtkspell3 -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= textproc gnome MASTER_SITES= SF/gtkspell/${PORTVERSION} @@ -13,12 +13,10 @@ BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libenchant.so:textproc/enchant USE_GNOME= gtk30 intlhack introspection:build -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake localbase libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGEt= install-strip +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in |