diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-06 20:13:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-06 20:13:49 +0000 |
commit | 1c532a7a0e866e2d30da2e6f10dffd11af22e632 (patch) | |
tree | 211c1bb272607ae7c28e3cf5eda55c25146c371e | |
parent | 38ff1a50edbd5e5d0341f710bcf55db893652f78 (diff) | |
download | freebsd-ports-1c532a7a0e866e2d30da2e6f10dffd11af22e632.zip |
Convert to USES=libtool:keepla.
-rw-r--r-- | textproc/gtkspell/Makefile | 8 | ||||
-rw-r--r-- | textproc/gtkspell/pkg-plist | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 2b46e1c3ff60..b6a71f9d7d74 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -4,22 +4,22 @@ PORTNAME= gtkspell PORTVERSION= 2.0.16 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcus MAINTAINER= gnome@FreeBSD.org -COMMENT= A GTK+ 2 spell checking component +COMMENT= GTK+ 2 spell checking component .if !defined(REFERENCE_PORT) LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +USES= gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 intlhack -USES= gettext gmake pkgconfig pathfix USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/gtkspell/pkg-plist b/textproc/gtkspell/pkg-plist index 082db3b8c441..4db04d824b6a 100644 --- a/textproc/gtkspell/pkg-plist +++ b/textproc/gtkspell/pkg-plist @@ -3,6 +3,7 @@ lib/libgtkspell.a lib/libgtkspell.la lib/libgtkspell.so lib/libgtkspell.so.0 +lib/libgtkspell.so.0.0.0 libdata/pkgconfig/gtkspell-2.0.pc share/locale/af/LC_MESSAGES/gtkspell.mo share/locale/be/LC_MESSAGES/gtkspell.mo |