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/xmorse | |
parent | 61471fa1979be372d658dc9dff40bb18aca2191c (diff) |
Notes
Diffstat (limited to 'comms/xmorse')
-rw-r--r-- | comms/xmorse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xmorse/Makefile b/comms/xmorse/Makefile index 906f6eb6144a..3f6450435743 100644 --- a/comms/xmorse/Makefile +++ b/comms/xmorse/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunrychen@gmail.com COMMENT= Fully automatic Morse code teaching machine -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk USE_SDL= sdl |