diff options
author | novel <novel@FreeBSD.org> | 2014-03-26 00:32:28 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2014-03-26 00:32:28 +0800 |
commit | b884a64a74fe020e0ca4a8bdf2a55473afed1a34 (patch) | |
tree | db2a3687af4c21b8a516c9933c0116832f082b6b /textproc/gtkspell | |
parent | 83defb014dfacc12a9f59af3580a1c4be7261e83 (diff) | |
download | freebsd-ports-gnome-b884a64a74fe020e0ca4a8bdf2a55473afed1a34.tar.gz freebsd-ports-gnome-b884a64a74fe020e0ca4a8bdf2a55473afed1a34.tar.zst freebsd-ports-gnome-b884a64a74fe020e0ca4a8bdf2a55473afed1a34.zip |
- Stage support
- Convert to the new LIB_DEPENDS syntax
- Convert to USES=pathfix from using gnomehack
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 2d4bad8d95f0..2b46e1c3ff60 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -14,16 +14,15 @@ COMMENT= A GTK+ 2 spell checking component .if !defined(REFERENCE_PORT) -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant -USE_GNOME= gnomeprefix gnomehack gtk20 intlhack -USES= gettext gmake pkgconfig +USE_GNOME= gnomeprefix gtk20 intlhack +USES= gettext gmake pkgconfig pathfix USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in |