diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 01:10:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 01:10:58 +0800 |
commit | 2e17df5c16107d78d5394e25b1f7a3b24609ac4f (patch) | |
tree | a02be3a552b03836e79a4aeb68cc57e1010fd14a /textproc | |
parent | e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9 (diff) | |
download | marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.tar marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.tar.gz marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.tar.bz2 marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.tar.lz marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.tar.xz marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.tar.zst marcuscom-ports-2e17df5c16107d78d5394e25b1f7a3b24609ac4f.zip |
Add missing depend on glib20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17019 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 9596eb973..54e0d9731 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/enchant/Makefile,v 1.3 2012/01/16 18:28:06 ahze Exp $ +# $MCom: ports/textproc/enchant/Makefile,v 1.4 2012/08/04 16:55:24 kwm Exp $ # PORTNAME= enchant @@ -18,7 +18,7 @@ COMMENT= Dictionary/spellchecking framework USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GNOME= gnomehack ltverhack +USE_GNOME= gnomehack ltverhack glib20 USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-uspell \ --disable-voikko |