diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-06-10 00:43:33 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-06-10 00:43:33 +0800 |
commit | 9be64cacd81be6c285d56b1724eb16c3ea406a94 (patch) | |
tree | 6a7cc112dfe433426214741ca0620f5562ede23e /net | |
parent | 082d47aeec8b347c74fa6aa413d3b9087c0dcb62 (diff) | |
download | freebsd-ports-gnome-9be64cacd81be6c285d56b1724eb16c3ea406a94.tar.gz freebsd-ports-gnome-9be64cacd81be6c285d56b1724eb16c3ea406a94.tar.zst freebsd-ports-gnome-9be64cacd81be6c285d56b1724eb16c3ea406a94.zip |
- Adjust the gsasl dependency to the current shlib version.
- Bump PORTREVISION.
PR: ports/16873
Submitted by: rakuco
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-dico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile index 485e8dd48d4d..9af07f22a0d9 100644 --- a/net/gnu-dico/Makefile +++ b/net/gnu-dico/Makefile @@ -7,7 +7,7 @@ PORTNAME= dico PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -50,7 +50,7 @@ PLIST_SUB+= GUILE="@comment " .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl CONFIGURE_ARGS+=--with-gsasl .else CONFIGURE_ARGS+=--without-gsasl |