diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
commit | 77aed62c7dd85849d79f39424870b45a07e0a078 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /textproc/gtkspell | |
parent | b9263cf5564cb13b179ae8f713dc9cc80c26739c (diff) | |
download | ports-77aed62c7dd85849d79f39424870b45a07e0a078.tar.gz ports-77aed62c7dd85849d79f39424870b45a07e0a078.zip |
Notes
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 |