diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
commit | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /textproc/gtkspell | |
parent | 3abf64849f561eab2e8e95164c0379097f31e991 (diff) | |
download | freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.gz freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.zst freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 533d4bf36062..90bf64397655 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtkspell2 -# Date created: 19 Aug 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/textproc/gtkspell/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ -# PORTNAME= gtkspell PORTVERSION= 2.0.16 @@ -20,9 +16,8 @@ COMMENT= A GTK+ 2 spell checking component LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 intlhack -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |