diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /textproc/gtkspell3 | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) | |
download | ports-aad09bc5e23eb75a7a865a8b0002fbc6e13d4659.tar.gz ports-aad09bc5e23eb75a7a865a8b0002fbc6e13d4659.zip |
Notes
Diffstat (limited to 'textproc/gtkspell3')
-rw-r--r-- | textproc/gtkspell3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index 4a78242bd69c..a6f201fbfe6c 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtkspell3 PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= SF/gtkspell/${PORTVERSION} @@ -13,7 +14,7 @@ BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant USE_GNOME= gnomehier gnomeprefix gtk30 intlhack introspection:build -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |