diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
commit | e0755b977ddf2301673392c45576331ca8dadbf4 (patch) | |
tree | 92cb5bc433c23c9c04b834cf71a29ff984579775 /audio | |
parent | fbb7343c346a1f20491ae407f8878480a44f83a2 (diff) | |
download | ports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gogglesmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index 387d2441497d..b07355b8bce2 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -7,7 +7,7 @@ PORTNAME= gogglesmm PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE @@ -54,7 +54,7 @@ LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17 .endif .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-md5=gcrypt .else CONFIGURE_ARGS+= --with-md5=internal |