diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /net/gnu-dico/Makefile | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
Notes
Diffstat (limited to 'net/gnu-dico/Makefile')
-rw-r--r-- | net/gnu-dico/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile index d75863a029a0..c3ed3783e07f 100644 --- a/net/gnu-dico/Makefile +++ b/net/gnu-dico/Makefile @@ -7,6 +7,7 @@ PORTNAME= dico PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,7 +42,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if defined(WITH_GUILE) -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile PLIST_SUB+= GUILE="" .else CONFIGURE_ARGS+=--without-guile |