diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
commit | 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (patch) | |
tree | 2a371f98db99023198b309b69d00707314a6c1a1 /comms/aldo | |
parent | 61471fa1979be372d658dc9dff40bb18aca2191c (diff) |
Notes
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 42a78f959c6b..816966ec2f26 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lambert@lambertfam.org COMMENT= Morse code training program -LIB_DEPENDS= ao:${PORTSDIR}/audio/libao +LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao USE_BZIP2= yes GNU_CONFIGURE= yes |