aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gtkspell
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2014-03-26 00:32:28 +0800
committernovel <novel@FreeBSD.org>2014-03-26 00:32:28 +0800
commitb884a64a74fe020e0ca4a8bdf2a55473afed1a34 (patch)
treedb2a3687af4c21b8a516c9933c0116832f082b6b /textproc/gtkspell
parent83defb014dfacc12a9f59af3580a1c4be7261e83 (diff)
downloadfreebsd-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/Makefile7
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