diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 08:13:27 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 08:13:27 +0800 |
commit | fae3019a4c73aab62a507933e95a68461e2f7a7b (patch) | |
tree | f556414983738df4e400944d19f56b1d49696acf /textproc | |
parent | 83030b040261b2ae7708a24f89b33a20edd2ffcd (diff) | |
download | freebsd-ports-gnome-fae3019a4c73aab62a507933e95a68461e2f7a7b.tar.gz freebsd-ports-gnome-fae3019a4c73aab62a507933e95a68461e2f7a7b.tar.zst freebsd-ports-gnome-fae3019a4c73aab62a507933e95a68461e2f7a7b.zip |
Support stage
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-spell/Makefile | 13 | ||||
-rw-r--r-- | textproc/gnome-spell/pkg-plist | 1 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 8cfce5848b1b..2183f106fc85 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -4,25 +4,24 @@ PORTNAME= gnome-spell PORTVERSION= 1.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME/Bonobo component for spell checking +COMMENT= GNOME/Bonobo component for spell checking -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -USES= gettext gmake pkgconfig perl5 +USE_GNOME= gnomeprefix intlhack libgnomeui +USES= gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} +INSTALL_TARGET= install-strip -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ ${WRKSRC}/po/Makefile.in.in diff --git a/textproc/gnome-spell/pkg-plist b/textproc/gnome-spell/pkg-plist index b589c5283aa9..b5442a065440 100644 --- a/textproc/gnome-spell/pkg-plist +++ b/textproc/gnome-spell/pkg-plist @@ -1,6 +1,5 @@ lib/gnome-spell/libgnome-spell-component-0.3.so lib/gnome-spell/libgnome-spell-component.a -lib/gnome-spell/libgnome-spell-component.la lib/gnome-spell/libgnome-spell-component.so libdata/bonobo/servers/GNOME_Spell.server share/control-center-2.0/icons/spell-checker.png |